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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to