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 "Mohit Kataria (Jira)" <ji...@apache.org> on 2020/08/13 07:05:00 UTC

[jira] [Resolved] (OAK-9166) Elastic indexes - Fulltext query requires more rules than expected

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

Mohit Kataria resolved OAK-9166.
--------------------------------
    Fix Version/s: 1.34.0
       Resolution: Fixed

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