[GitHub] [lucene] jpountz commented on a change in pull request #286: LUCENE-10089 Disable numeric sort optim when needed

2021-09-09 Thread GitBox
jpountz commented on a change in pull request #286: URL: https://github.com/apache/lucene/pull/286#discussion_r705237964 ## File path: lucene/core/src/java/org/apache/lucene/search/SortField.java ## @@ -606,4 +609,26 @@ public IndexSorter getIndexSorter() { return null

[GitHub] [lucene] jpountz commented on a change in pull request #286: LUCENE-10089 Disable numeric sort optim when needed

2021-09-08 Thread GitBox
jpountz commented on a change in pull request #286: URL: https://github.com/apache/lucene/pull/286#discussion_r704360843 ## File path: lucene/CHANGES.txt ## @@ -141,6 +141,10 @@ API Changes The Weight#count API represents a cleaner way for Query classes to optimize their co

[GitHub] [lucene] jpountz commented on a change in pull request #286: LUCENE-10089 Disable numeric sort optim when needed

2021-09-08 Thread GitBox
jpountz commented on a change in pull request #286: URL: https://github.com/apache/lucene/pull/286#discussion_r704166498 ## File path: lucene/core/src/java/org/apache/lucene/search/SortField.java ## @@ -606,4 +609,20 @@ public IndexSorter getIndexSorter() { return null