
adobecq-venkat wrote...
If the content changes, then how does the reindex works?
Every minute or 10ms triggers seperate thread trigeers and take care of updating content changes in index.
I dont want to run the reindex often. probably I wanted to run every day or once in 2 days. how do I do that?
The question in this thread is for suggestion index & make use of suggestUpdateFrequencyMinutes https://jackrabbit.apache.org/oak/docs/query/lucene.html
Once the above configuration has been done, by default, the Lucene suggester is updated every 10 minutes but that can be changed by setting the property suggestUpdateFrequencyMinutes in suggestion node under the index definition node to a different value. Note that up till Oak 1.3.14/1.2.14, suggestUpdateFrequencyMinutes was to be setup at index definition node itself. That is is still supported for backward compatibility, but having a separate suggestion node is preferred.