shubhamvishu commented on PR #12791: URL: https://github.com/apache/lucene/pull/12791#issuecomment-1814515539
> I assume this is because this is a DoubleDocValuesField which encodes the double using NumericUtils.doubleToSortableLong @mikemccand Is it possible to fix `NumericUtils.doubleToSortableLong` somehow in a way that its fully invertible? > it's another datapoint showing that apps should not assume if you run any Query.toString through your favorite QueryParser that you'll get your query back: the process it not guaranteed to be fully invertible, but sometimes it is. Nice....I didn't knew this before! -- 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: issues-unsubscr...@lucene.apache.org 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