mayya-sharipova commented on a change in pull request #286: URL: https://github.com/apache/lucene/pull/286#discussion_r704732855
########## File path: lucene/core/src/java/org/apache/lucene/search/SortField.java ########## @@ -130,6 +130,9 @@ // Used for 'sortMissingFirst/Last' protected Object missingValue = null; + // Indicates if numeric sort optimization is disabled. Enabled by default. + private boolean pointSortOptimizationDisabled = false; Review comment: Thanks for comment, addressed in 23724f72057655ca51996570e6504f54d75af307 -- 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