twosom closed pull request #12044: some cleanup and refactoring codes of
analysis-nori & analysis-kuromoji
URL: https://github.com/apache/lucene/pull/12044
--
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
twosom closed pull request #12040: Minor refactoring and cleanup to
BooleanQuery code
URL: https://github.com/apache/lucene/pull/12040
--
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 co
gsmiller opened a new pull request, #12155:
URL: https://github.com/apache/lucene/pull/12155
… to DocValuesRewriteMethod
### Description
This brings over the recent "max ord" optimization in
`SortedSetDocValuesSetQuery` (#12129) to `DocValuesRewriteMethod`.
--
This is an au
gsmiller opened a new pull request, #12156:
URL: https://github.com/apache/lucene/pull/12156
## Description
`TermInSetQuery`'s implementation is more-or-less an exactly copy of
`MultiTermQuery` + `MultiTermQueryConstantScoreWrapper`. This PR removes the
custom `TermInSetQuery` imple
gsmiller commented on PR #12055:
URL: https://github.com/apache/lucene/pull/12055#issuecomment-1435802423
As one more update, I just opened a new PR to have `TermInSetQuery` extend
`MultiTermQuery` instead of having its own custom implementation (#12156). I
was able to do some benchmarking