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/03 10:02:00 UTC

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

     [ https://issues.apache.org/jira/browse/OAK-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabrizio Fortino resolved OAK-9194.
-----------------------------------
    Fix Version/s: 1.34.0
       Resolution: Fixed

Fixed with revision 1881410.

> 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
>            Priority: Major
>             Fix For: 1.34.0
>
>
> 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)