You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Adrien Grand (JIRA)" <ji...@apache.org> on 2017/01/17 15:29:26 UTC

[jira] [Created] (LUCENE-7640) Speed up PointValues#estimatePointCount with Relation.CELL_INSIDE_QUERY

Adrien Grand created LUCENE-7640:
------------------------------------

             Summary: Speed up PointValues#estimatePointCount with Relation.CELL_INSIDE_QUERY
                 Key: LUCENE-7640
                 URL: https://issues.apache.org/jira/browse/LUCENE-7640
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Adrien Grand
            Priority: Minor


Currently when we get a {{Relation.CELL_INSIDE_QUERY}}, we just recurse in order to count the number of matching leaves. But it should be possible to get this number without recursing, which should help speed up {{estimatePointCount}} for queries that match large ranges of points.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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