Thomas Mueller created OAK-925:
----------------------------------

             Summary: Query: Lucene index loads all path in memory
                 Key: OAK-925
                 URL: https://issues.apache.org/jira/browse/OAK-925
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: query
            Reporter: Thomas Mueller
            Assignee: Thomas Mueller


Currently the Lucene index loads all paths in memory.

This could result in an out-of-memory if there are many results. Also, it slows 
down performance if we only care about some of the results.

Instead, the data should be loaded on demand if possible.

As we anyway refactor the full-text engine, it doesn't make sense to solve this 
problem right now (with the existing Lucene index implementation), but wait for 
OAK-902 to be completed.

--
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

Reply via email to