rmuir commented on pull request #2080:
URL: https://github.com/apache/lucene-solr/pull/2080#issuecomment-727214217


   I'm concerned about this change: other things will overflow if you have too 
many term frequencies in a field. Currently frequency is bounded by 2^32-1 
within a doc, and you can only have 2^32-1 documents in the index, so stats 
like `totalTermFreq` and `sumTotalTermFreq` can't overflow. But with this 
change it would be easy to do this and break scoring, fail checkindex, etc.
   


----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to