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 "Fabrizio Fortino (Jira)" <ji...@apache.org> on 2020/09/02 13:13:00 UTC

[jira] [Created] (OAK-9194) oak-search-elastic: propertyIndex with nodeScopeIndex should be stored in :fulltext only

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)