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

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

Commit 8e7bf58a130fefa39473edeacad460ff1f7fbdfa in lucene-solr's branch 
refs/heads/branch_6x from [~jpountz]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=8e7bf58 ]

LUCENE-7667: BKDReader could call IntersectVisitor.grow on larger increments.


> BKDReader could call grow on larger increments
> ----------------------------------------------
>
>                 Key: LUCENE-7667
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7667
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-7667.patch
>
>
> Currently, we only call grow() on leaf nodes. We could make it grow with 
> larger increments by calling grow() on the number of leaf cells under the 
> current node when the relation is CELL_INSIDE_QUERY (logic that we already 
> have for point count estimations).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to