HoustonPutman commented on issue #16573: URL: https://github.com/apache/lucene/issues/16573#issuecomment-5456970311
I have to say it is really a shame that doubles/floats are expected to be encoded differently in `NUMERIC` and `SORTED_NUMERIC` docValues. It makes life much harder in a good number of ways that `NUMERIC` expects floats and doubles to not be in sorted order (primarily, range queries across zero are no longer easy, they have to be disjunctions). But this issue is another good reason why. -- 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]
