Vikas Saurabh created OAK-4075:
----------------------------------
Summary: Suggestion index update requires at least one non-hidden commit to get
kick-started
Key: OAK-4075
URL: https://issues.apache.org/jira/browse/OAK-4075
Project: Jackrabbit Oak
Issue Type: Improvement
Components: lucene
Affects Versions: 1.3.17
Reporter: Vikas Saurabh
Assignee: Vikas Saurabh
Priority: Minor
Fix For: 1.6
This is related to OAK-4066. The fix over there to improve suggestion generation was to build
suggestions for any (visible) change in repository if {{suggestUpdateFrequencyMinutes}} have
elapsed.
It might be useful to do better and not require even that commit. {{AsyncIndexUpdate}} even
today, does poll for visible changes - in absence of those it doesn't invoke IndexEditors.
To fix this issue, we might want to open a hook from AsyncIndexUpdate to do such periodical
index-related tasks (I think it's easier to hook into polling done by async indexing than
creating a new timer altogether).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|