Description
Suggestor index would be built up from various source of data. For the start it would be build up with the fulltext index of parent Lucene index. As the parent index gets updated the Suggestor index would need to be kept in sync
There are two approaches
- Periodic scheduled job which would query all QueryIndexDefinition node of type lucene and then perform index update
- Update the index as part of async index update