You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2016/09/05 14:59:20 UTC

[jira] [Resolved] (OAK-4753) Add nrt as another index mode

     [ https://issues.apache.org/jira/browse/OAK-4753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chetan Mehrotra resolved OAK-4753.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.10

Done with 1759282

> Add nrt as another index mode
> -----------------------------
>
>                 Key: OAK-4753
>                 URL: https://issues.apache.org/jira/browse/OAK-4753
>             Project: Jackrabbit Oak
>          Issue Type: Task
>          Components: core
>            Reporter: Chetan Mehrotra
>            Assignee: Chetan Mehrotra
>            Priority: Minor
>             Fix For: 1.6, 1.5.10
>
>
> OAK-4641 added  "sync" as a new async value to allow same editor to participate in async and sync indexing. Similar to that I would like to add "nrt" as another mode for async
> So following async value would be supported
> # {{sync}} - The index editor would be invoked as part of sync indexing
> # {{nrt}} - Stands for _near real time_. The index editor would again be invoked as part of sync commit
> # {{async}} or any other value - The index editor would be invoked as part of matching async indexer run
> In Lucene case LuceneIndexEditor would use "nrt" for those indexes which are locally managed but asynchronously updated while "sync" would be used for those Lucene indexes which are synchronously updated upon commit. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)