[
https://issues.apache.org/jira/browse/OAK-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13628987#comment-13628987
]
Alex Parvulescu commented on OAK-763:
-------------------------------------
fyi the v4 patch does not enable the indexing thread.
to actually enable it we need to add this to the Oak#createContentRepository:
{code}
AsyncIndexHookManager asyncIndexHookManager = new AsyncIndexHookManager(store,
executor, indexHooks);
asyncIndexHookManager.start();
{code}
> Asynchronous indexing
> ---------------------
>
> Key: OAK-763
> URL: https://issues.apache.org/jira/browse/OAK-763
> Project: Jackrabbit Oak
> Issue Type: New Feature
> Components: core
> Reporter: Alex Parvulescu
> Assignee: Alex Parvulescu
> Attachments: OAK-763-mv-scheduler.patch, OAK-763.patch,
> OAK-763-v2.patch, OAK-763-v4.patch
>
>
> It would be good to have the possibility to update indexes asynchronously,
> outside the current commit hook (or editor).
> This would be used for the index impls which can be a bit behind, like the
> ones that do text extraction from binaries.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira