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 2017/01/06 11:25:58 UTC

[jira] [Created] (OAK-5414) Refactor LuceneIndexEditor to move out logic related to making Lucene Document to separate class

Chetan Mehrotra created OAK-5414:
------------------------------------

             Summary: Refactor LuceneIndexEditor to move out logic related to making Lucene Document to separate class
                 Key: OAK-5414
                 URL: https://issues.apache.org/jira/browse/OAK-5414
             Project: Jackrabbit Oak
          Issue Type: Technical task
          Components: lucene
            Reporter: Chetan Mehrotra
            Assignee: Chetan Mehrotra
             Fix For: 1.5.18, 1.6


LuceneIndexEditor currently does 2 tasks
# Perform diff and figure out if a given NodeState is to be indexed
# Make a Lucene Document if the NodeState is to be indexed

For OAK-4808 its already known that node at given path is to be indexed and only Lucene Document is to be created. For enabling such case we should refactor out the logic for #2 to separate {{LuceneDocumentMaker}} class



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