Re: [PR] Use radix sort to speed up the sorting of terms in TermInSetQuery [lucene]

2023-10-17 Thread via GitHub
gf2121 merged PR #12587: URL: https://github.com/apache/lucene/pull/12587 -- 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.apac

Re: [PR] Use radix sort to speed up the sorting of terms in TermInSetQuery [lucene]

2023-10-10 Thread via GitHub
gsmiller commented on code in PR #12587: URL: https://github.com/apache/lucene/pull/12587#discussion_r1352940936 ## lucene/core/src/java/org/apache/lucene/util/StringSorter.java: ## @@ -19,7 +19,11 @@ import java.util.Comparator; -abstract class StringSorter extends Sorter

Re: [PR] Use radix sort to speed up the sorting of terms in TermInSetQuery [lucene]

2023-10-10 Thread via GitHub
gsmiller commented on code in PR #12587: URL: https://github.com/apache/lucene/pull/12587#discussion_r1352934399 ## lucene/core/src/java/org/apache/lucene/search/TermInSetQuery.java: ## @@ -112,7 +113,23 @@ private static PrefixCodedTerms packTerms(String field, Collection ter

Re: [PR] Use radix sort to speed up the sorting of terms in TermInSetQuery [lucene]

2023-10-09 Thread via GitHub
gf2121 commented on code in PR #12587: URL: https://github.com/apache/lucene/pull/12587#discussion_r1351349192 ## lucene/core/src/java/org/apache/lucene/search/TermInSetQuery.java: ## @@ -112,7 +113,23 @@ private static PrefixCodedTerms packTerms(String field, Collection ter

Re: [PR] Use radix sort to speed up the sorting of terms in TermInSetQuery [lucene]

2023-10-09 Thread via GitHub
gsmiller commented on code in PR #12587: URL: https://github.com/apache/lucene/pull/12587#discussion_r1350774457 ## lucene/core/src/java/org/apache/lucene/search/TermInSetQuery.java: ## @@ -112,7 +113,23 @@ private static PrefixCodedTerms packTerms(String field, Collection ter