Chetan Mehrotra created OAK-2278:
------------------------------------
Summary: Same Lucene index to support both property restrictions
and fulltext constraints
Key: OAK-2278
URL: https://issues.apache.org/jira/browse/OAK-2278
Project: Jackrabbit Oak
Issue Type: New Feature
Components: oak-lucene
Reporter: Chetan Mehrotra
Assignee: Chetan Mehrotra
Fix For: 1.2
Currently oak-lucene has two indexes
* LuceneIndex - For fulltext constraints and runtime aggregation
* LucenePropertyIndex - For property restriction
To support all the relevant JCR queries we should have a single LuceneIndex
implementation supporting both fulltext and property restriction. Such an index
would be using index time aggregation (OAK-2268) and would support
# Fulltext constraint evaluation
# Property restriction evaluation
# Ordering/Sorting
# Indextime aggregation
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)