Mohit Kataria created OAK-9166:
----------------------------------
Summary: Elastic indexes - Fulltext query requires more rules than
expected
Key: OAK-9166
URL: https://issues.apache.org/jira/browse/OAK-9166
Project: Jackrabbit Oak
Issue Type: Bug
Components: indexing
Reporter: Mohit Kataria
Assignee: Mohit Kataria
In order for {{contains(*, "foo")}} query to work with an elastic index, the
property definition must have all these three set -
# propertyIndex=true
# analyzed=true
# nodeScopeIndex=true
However for lucene index, we only need {{nodeScopeIndex=true}} . This would
make it confusing for the users.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)