You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/02/24 09:08:19 UTC

[GitHub] [lucene] LuXugang commented on pull request #705: LUCENE-10439: Support multi-valued and multiple dimensions for count query in PointRangeQuery

LuXugang commented on pull request #705:
URL: https://github.com/apache/lucene/pull/705#issuecomment-1049639011


   
   
   
   
   > We need two cases:
   > 
   > * Checking whether all documents match and returning values.getDocCount(). This works when there are no deletions.
   > * Actually counting the number of matching points. This only works when there are no deletions and the field is single-valued (docCount == size), plus we only want to apply it in the 1D case since this is the only case when we have the guarantee that it will actually run fast since there are at most 2 crossing leaves.
   
   
   Thanks @jpountz, now I fully understand your thought.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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