-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
LuceneService.java dosn't work with more than one fulltext index field #44
Comments
The lucene service is an example how one can add external text indexing engine. I did not gave much time to it. Need to look at that what yo are saying. EDIT: I see now you have handled everything. Nice work. Would it be possible for you to create a pull request? |
Yes, both. It's using lucene 7.2.1 and handles the updating of the index fields. |
Yes now I see it. I have updated my previous comment. Would it be possible for you to create a pull request? |
pull request created. |
LuceneService.zip
The text indexing service for lucene do not work with more than one index field. Because for every index field the update method is called. But the update method doesn't update but replaces the already indexed document with the new field. The last field is winning.
Btw. the used lucene version is very old.
Here i add a more up to date version working with lucene 7.2.1.
LuceneService.zip
The text was updated successfully, but these errors were encountered: