easyice commented on code in PR #12951:
URL: https://github.com/apache/lucene/pull/12951#discussion_r1458564693
##
lucene/core/src/java/org/apache/lucene/util/fst/Util.java:
##
Review Comment:
Nice find! Thank you @epotyom !
--
This is an automated message from the Apac
vsop-479 commented on issue #13022:
URL: https://github.com/apache/lucene/issues/13022#issuecomment-1900060071
Out of curiosity, i measured the method performance in both pick up order,
by add a test case in `TestTieredMergePolicy`(without assert):
seg count | baseline(desc pick) | c
easyice commented on PR #12951:
URL: https://github.com/apache/lucene/pull/12951#issuecomment-1900247470
Thank you for reviewing!
--
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 comm
gokaai commented on code in PR #12872:
URL: https://github.com/apache/lucene/pull/12872#discussion_r1459040185
##
lucene/core/src/java/org/apache/lucene/index/SegmentInfos.java:
##
@@ -389,13 +386,25 @@ private static void parseSegmentInfos(
}
long totalDocs = 0;
+
gokaai commented on PR #12872:
URL: https://github.com/apache/lucene/pull/12872#issuecomment-1900475365
I edited the PR description to more accurately represent what is being done.
We aren't dealing with the exorcism issue yet, but throwing the right exception
on encountering missing segmen
stefanvodita opened a new pull request, #74:
URL: https://github.com/apache/lucene-site/pull/74
(no comment)
--
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,
stefanvodita merged PR #74:
URL: https://github.com/apache/lucene-site/pull/74
--
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
s1monw merged PR #13023:
URL: https://github.com/apache/lucene/pull/13023
--
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
stefanvodita commented on code in PR #12995:
URL: https://github.com/apache/lucene/pull/12995#discussion_r1459792589
##
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/TaxonomyIndexArrays.java:
##
@@ -68,25 +94,66 @@ public TaxonomyIndexArrays(IndexReader reader