node-cqrs-eventdenormalizer icon indicating copy to clipboard operation
node-cqrs-eventdenormalizer copied to clipboard

[Feature] FullText index

Open sbiaudet opened this issue 11 years ago • 3 comments

I would like to implement fulltext search in my project. I want to use the simplicity of denormalizer to index documents from events.

Create a new storage for node-viewmodel based on search-index is it a good thing ?

I wan't your feeling about that.

sbiaudet avatar Jan 13 '15 14:01 sbiaudet

To you describe it a bit more? With dummy code?

adrai avatar Jan 13 '15 16:01 adrai

I want to have fulltext search capabilities in my cqrs based solution. I want implement this functionnality with the search-index library (https://github.com/fergiemcdowall/search-index).

For me it's an other read repository optimized for fulltext query.

I want use a denormalizer to build indexed views. Having a new backend with search-index into node-viewmodel allow possibility to index directly via cqrs-eventdenormalizer.

sbiaudet avatar Jan 13 '15 17:01 sbiaudet

How would an indexed viewmodel look like? Dies it save a snapshot?

adrai avatar Jan 13 '15 21:01 adrai