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 2021/07/01 16:51:00 UTC

[jira] [Created] (OAK-9481) avoid range queries on like conditions

Fabrizio Fortino created OAK-9481:
-------------------------------------

             Summary: avoid range queries on like conditions
                 Key: OAK-9481
                 URL: https://issues.apache.org/jira/browse/OAK-9481
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: lucene, search
            Reporter: Fabrizio Fortino
            Assignee: Fabrizio Fortino


When a query contains a like condition this gets transformed in a range query in lucene. On multi-value properties, this scans more results than needed. Although the final results are correct, the response time is affected.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)