Fabrizio Fortino created OAK-9194:
-------------------------------------
Summary: oak-search-elastic: propertyIndex with nodeScopeIndex
should be stored in :fulltext only
Key: OAK-9194
URL: https://issues.apache.org/jira/browse/OAK-9194
Project: Jackrabbit Oak
Issue Type: Improvement
Components: elastic-search, oak-search
Reporter: Fabrizio Fortino
Assignee: Fabrizio Fortino
A property with the following config
{code:java}
+ propA
propertyIndex=true
analyzed=false
nodeScopeIndex=true{code}
is currently analyzed in two places: _index.propA_ & _index.:fulltext_
We can avoid analyzing the former field to reduce index size and improve
indexing performance.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)