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/10/02 09:41:38 UTC

[GitHub] [lucene-solr] iverase commented on issue #905: LUCENE-8990: Add estimateDocCount(visitor) method to PointValues

iverase commented on issue #905: LUCENE-8990: Add estimateDocCount(visitor) method to PointValues
URL: https://github.com/apache/lucene-solr/pull/905#issuecomment-537418215
 
 
   Yes the final answer would be 1 because we are rounding up.
   
   I went for underestimate because it is better for IndexAndDocValues query so there is my bias. 
   
   Maybe is a better heuristic to divide the points per document by 2 so it we hit half of the points then we consider one doc. Still in your example the result would be 1. 
   
   Or we should disable indexOrDocValues all together for multi-value fields?

----------------------------------------------------------------
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