You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Stefan Seifert (JIRA)" <ji...@apache.org> on 2015/11/04 22:50:27 UTC

[jira] [Created] (SLING-5262) oak-server: Convert some or all built-in oak indexes to lucene indexes

Stefan Seifert created SLING-5262:
-------------------------------------

             Summary: oak-server: Convert some or all built-in oak indexes to lucene indexes
                 Key: SLING-5262
                 URL: https://issues.apache.org/jira/browse/SLING-5262
             Project: Sling
          Issue Type: Improvement
          Components: JCR
    Affects Versions: JCR Oak Server 1.0.0
            Reporter: Stefan Seifert
            Priority: Minor


currently the oak server bundle contains a set of predefined indexes for certain sling features, and most of them (12 currently) are defined as synchronous property indexes.

to improve performance for save() calls to the repository we should check if we should convert some (or all of them) to an asynchronous lucene index. this depends if some feature really relies on a synchronous index update.

(there was some discussion in SLING-5259 about this.)



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