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