Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] FullText index #7

Open
sbiaudet opened this issue Jan 13, 2015 · 3 comments
Open

[Feature] FullText index #7

sbiaudet opened this issue Jan 13, 2015 · 3 comments

Comments

@sbiaudet
Copy link

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 sbiaudet changed the title [Feature [Feature] FullText index Jan 13, 2015
@adrai
Copy link
Contributor

adrai commented Jan 13, 2015

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

@sbiaudet
Copy link
Author

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.

@adrai
Copy link
Contributor

adrai commented Jan 13, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants