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 2019/09/27 14:20:36 UTC

[GitHub] [lucene-solr] iverase opened a new pull request #905: LUCENE-8990: Add estimateDocCount(visitor) method to PointValues

iverase opened a new pull request #905: LUCENE-8990: Add estimateDocCount(visitor) method to PointValues
URL: https://github.com/apache/lucene-solr/pull/905
 
 
   This PR adds the method estimateDocCount(visitor) to `PointValues` class. This can then be used as a way to estimate the cost() of ScorerSupplier instead of using estimatePointCount() that is actually used.
   
   The reason to that is that other suppliers define it cost in respect of documents match and this can create problems when a numerical field contains more than one value.  

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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