HoustonPutman opened a new pull request, #16629:
URL: https://github.com/apache/lucene/pull/16629

   ### Description
   
   Fixes https://github.com/apache/lucene/issues/16573 by reverting 
https://github.com/apache/lucene/issues/15740 and 
https://github.com/apache/lucene/pull/15760.
   
   I've also incorporated @hossman 's test, so thank you for that Hoss.
   
   This is a back-incompat change from 10.5, because it is removing the public 
`NumericFieldStats` class (even though it is listed as experimental). This is 
removed, because there is no way for the `NumericFieldStats` class to know 
whether or not the Point and DocValues data are encoded similarly. (For 
SortedNumericDocValues, this can be assumed. So we could just limit to that, 
but it gets tricky at that point)


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

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to