[jira] [Commented] (LUCENE-8968) Improve performance of WITHIN and DISJOINT queries for Shape queries

2019-09-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/LUCENE-8968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928269#comment-16928269
 ] 

ASF subversion and git services commented on LUCENE-8968:
-

Commit ef8c7a3ffc2a32ceced0e67e8c55a47cc08c126a in lucene-solr's branch 
refs/heads/master from Ignacio Vera
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=ef8c7a3 ]

LUCENE-8968: Remove left-over line of code.


> Improve performance of WITHIN and DISJOINT queries for Shape queries
> 
>
> Key: LUCENE-8968
> URL: https://issues.apache.org/jira/browse/LUCENE-8968
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Ignacio Vera
>Assignee: Ignacio Vera
>Priority: Major
> Fix For: 8.3
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> We are currently walking the tree twice for INTERSECTS and WITHIN queries in 
> ShapeQuery when we can do it in just one pass. Still we need most of the 
> times to visit all documents to remove false positives due to multi-shapes 
> except in the case where all documents up to maxDoc are on the tree.
> This issue refactors that class and tries to improve the strategy for such 
> cases.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-8968) Improve performance of WITHIN and DISJOINT queries for Shape queries

2019-09-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/LUCENE-8968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928270#comment-16928270
 ] 

ASF subversion and git services commented on LUCENE-8968:
-

Commit bc60ea0e06734369a2bd9b26a78ff51bdcc56f4d in lucene-solr's branch 
refs/heads/branch_8x from Ignacio Vera
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=bc60ea0 ]

LUCENE-8968: Remove left-over line of code.


> Improve performance of WITHIN and DISJOINT queries for Shape queries
> 
>
> Key: LUCENE-8968
> URL: https://issues.apache.org/jira/browse/LUCENE-8968
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Ignacio Vera
>Assignee: Ignacio Vera
>Priority: Major
> Fix For: 8.3
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> We are currently walking the tree twice for INTERSECTS and WITHIN queries in 
> ShapeQuery when we can do it in just one pass. Still we need most of the 
> times to visit all documents to remove false positives due to multi-shapes 
> except in the case where all documents up to maxDoc are on the tree.
> This issue refactors that class and tries to improve the strategy for such 
> cases.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-8968) Improve performance of WITHIN and DISJOINT queries for Shape queries

2019-09-10 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/LUCENE-8968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926606#comment-16926606
 ] 

ASF subversion and git services commented on LUCENE-8968:
-

Commit 5350a05ce0aa17d862ab0e26bd8551895ecf0093 in lucene-solr's branch 
refs/heads/branch_8x from Ignacio Vera
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=5350a05 ]

LUCENE-8968: Improve performance of WITHIN and DISJOINT queries for Shape 
queries (#857)



> Improve performance of WITHIN and DISJOINT queries for Shape queries
> 
>
> Key: LUCENE-8968
> URL: https://issues.apache.org/jira/browse/LUCENE-8968
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Ignacio Vera
>Priority: Major
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> We are currently walking the tree twice for INTERSECTS and WITHIN queries in 
> ShapeQuery when we can do it in just one pass. Still we need most of the 
> times to visit all documents to remove false positives due to multi-shapes 
> except in the case where all documents up to maxDoc are on the tree.
> This issue refactors that class and tries to improve the strategy for such 
> cases.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-8968) Improve performance of WITHIN and DISJOINT queries for Shape queries

2019-09-10 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/LUCENE-8968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926604#comment-16926604
 ] 

ASF subversion and git services commented on LUCENE-8968:
-

Commit de423aec1f839edcf51a5cfd5def76318a8763e6 in lucene-solr's branch 
refs/heads/master from Ignacio Vera
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=de423ae ]

LUCENE-8968: Improve performance of WITHIN and DISJOINT queries for Shape 
queries (#857)



> Improve performance of WITHIN and DISJOINT queries for Shape queries
> 
>
> Key: LUCENE-8968
> URL: https://issues.apache.org/jira/browse/LUCENE-8968
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Ignacio Vera
>Priority: Major
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> We are currently walking the tree twice for INTERSECTS and WITHIN queries in 
> ShapeQuery when we can do it in just one pass. Still we need most of the 
> times to visit all documents to remove false positives due to multi-shapes 
> except in the case where all documents up to maxDoc are on the tree.
> This issue refactors that class and tries to improve the strategy for such 
> cases.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org