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

2024-05-08 Thread Nitin Gupta (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-9481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17844871#comment-17844871
 ] 

Nitin Gupta commented on OAK-9481:
--

Backported to 1.22 branch as well - 
[https://github.com/apache/jackrabbit-oak/commit/3c6196a9a1ff90564d87b8692568318c54042c37]
 

> 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
>Priority: Major
> Fix For: 1.42.0, 1.22.20
>
>
> 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.20.10#820010)


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

2024-05-09 Thread Julian Reschke (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-9481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17845194#comment-17845194
 ] 

Julian Reschke commented on OAK-9481:
-

trunk: (1.44.0) 
[1c97d87586|https://github.com/apache/jackrabbit-oak/commit/1c97d875864767066de29949fb5b4882fe9fcd9b]
 
[c2e53253bf|https://github.com/apache/jackrabbit-oak/commit/c2e53253bf0a20cae4a7ba983897a2b1ef014dab]
 
[0e18ad3556|https://github.com/apache/jackrabbit-oak/commit/0e18ad3556a2e7b68b629fc090bfa0b451a06a73]
1.22: 
[3c6196a9a1|https://github.com/apache/jackrabbit-oak/commit/3c6196a9a1ff90564d87b8692568318c54042c37]


> 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
>Priority: Major
> Fix For: 1.42.0, 1.22.20
>
>
> 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.20.10#820010)


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

2021-08-18 Thread Thomas Mueller (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-9481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17400946#comment-17400946
 ] 

Thomas Mueller commented on OAK-9481:
-

[~fortino] this is fixed right? If yes, could you set it to fixed and set the 
fix version please?

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


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

2021-09-03 Thread Thomas Mueller (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-9481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409349#comment-17409349
 ] 

Thomas Mueller commented on OAK-9481:
-

Merged in July 2

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