LuXugang commented on code in PR #12405:
URL: https://github.com/apache/lucene/pull/12405#discussion_r1266458966
##
lucene/core/src/java/org/apache/lucene/search/comparators/DoubleComparator.java:
##
@@ -61,8 +63,12 @@ public LeafFieldComparator
getLeafComparator(LeafReaderCont
LuXugang commented on code in PR #12405:
URL: https://github.com/apache/lucene/pull/12405#discussion_r1266460078
##
lucene/core/src/java/org/apache/lucene/search/comparators/IntComparator.java:
##
@@ -98,19 +99,30 @@ public void copy(int slot, int doc) throws IOException {
LuXugang commented on code in PR #12405:
URL: https://github.com/apache/lucene/pull/12405#discussion_r1266459560
##
lucene/core/src/java/org/apache/lucene/search/comparators/NumericComparator.java:
##
@@ -309,34 +323,100 @@ private void updateSkipInterval(boolean success) {
donnerpeter opened a new pull request, #12447:
URL: https://github.com/apache/lucene/pull/12447
cache each word's case and the lowercase form
group the words by lengths to avoid even visiting entries with unneeded
lengths
--
This is an automated message from the Apache Git Service.
To
donnerpeter commented on PR #12447:
URL: https://github.com/apache/lucene/pull/12447#issuecomment-1639903635
This improves suggestion performance for de/en/ru/uk by 15-30%
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
gashutos opened a new issue, #12448:
URL: https://github.com/apache/lucene/issues/12448
### Description
## Problem statement
Currently in `TopFieldCollector`, we have PriorityQueue (min heap binary
implemenation) to find top `K` elements in `asc` or `desc` order. Whenever we
find
MartinDemberger commented on code in PR #12437:
URL: https://github.com/apache/lucene/pull/12437#discussion_r1267179992
##
lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/TestHyphenationCompoundWordTokenFilterFactory.java:
##
@@ -47,6 +47,33 @@ public void te
donnerpeter merged PR #12447:
URL: https://github.com/apache/lucene/pull/12447
--
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
MartinDemberger commented on code in PR #12437:
URL: https://github.com/apache/lucene/pull/12437#discussion_r1267286254
##
lucene/CHANGES.txt:
##
@@ -65,6 +65,8 @@ New Features
* LUCENE-10626 Hunspell: add tools to aid dictionary editing:
analysis introspection, stem expansi
MartinDemberger commented on PR #12437:
URL: https://github.com/apache/lucene/pull/12437#issuecomment-1640968390
This is my first PR for lucene. Thank you for your patience and help. If I
can improve something please let me know.
--
This is an automated message from the Apache Git Service
MartinDemberger commented on issue #9231:
URL: https://github.com/apache/lucene/issues/9231#issuecomment-1640974145
> Does this also fix #4096 ?
I'm sorry but no. #4096 notifies DictionaryCompoundWordTokenFilter but this
one is about HyphenationCompoundWordTokenFilter
Maybe the cha
uschindler commented on code in PR #12437:
URL: https://github.com/apache/lucene/pull/12437#discussion_r1267297167
##
lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/TestHyphenationCompoundWordTokenFilterFactory.java:
##
@@ -47,6 +47,33 @@ public void testHyp
uschindler commented on code in PR #12437:
URL: https://github.com/apache/lucene/pull/12437#discussion_r1267299166
##
lucene/CHANGES.txt:
##
@@ -65,6 +65,8 @@ New Features
* LUCENE-10626 Hunspell: add tools to aid dictionary editing:
analysis introspection, stem expansion an
asubbu90 opened a new issue, #12449:
URL: https://github.com/apache/lucene/issues/12449
### Description
TruncateTokenFilterFactory class parses PREFIX_LENGTH_KEY value as Byte
which goes upto 127 and then is stored in prefixLength attribute.
TruncateTokenFilter class expects the argu
14 matches
Mail list logo