sabi0 commented on code in PR #12972:
URL: https://github.com/apache/lucene/pull/12972#discussion_r1444282486
##
lucene/analysis/common/src/test/org/apache/lucene/analysis/wikipedia/TestWikipediaTokenizerFactory.java:
##
@@ -145,19 +140,17 @@ public void testBogusArguments() thr
sabi0 commented on code in PR #12977:
URL: https://github.com/apache/lucene/pull/12977#discussion_r1444287508
##
lucene/misc/src/java/org/apache/lucene/misc/index/IndexSplitter.java:
##
@@ -67,18 +66,10 @@ public static void main(String[] args) throws Exception {
if (args[1
sabi0 commented on PR #12965:
URL: https://github.com/apache/lucene/pull/12965#issuecomment-1880698647
I've rebased on the latest main, added the early termination check and a
separate commit with minor cleanups.
Please let me know if you'd like me to squash them all before the merge.
-
jpountz closed issue #12991: NullPointerException in IndexSearcher.search()
when searching with SpanfirstQuery and a customized collector
URL: https://github.com/apache/lucene/issues/12991
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
jpountz commented on issue #12991:
URL: https://github.com/apache/lucene/issues/12991#issuecomment-1880706597
`MyDocScoreCollector` returns `COMPLETE_NO_SCORES` in `scoreMode()`, yet
`collect()` calls `Scorer.score()`, which is illegal.
--
This is an automated message from the Apache Git
jpountz commented on issue #12986:
URL: https://github.com/apache/lucene/issues/12986#issuecomment-1880750884
I'd like to stick to the current policy that only the default codec has
backward compatibility support. One idea would be to fold bloom filters into
the default postings format like
dweiss commented on code in PR #12972:
URL: https://github.com/apache/lucene/pull/12972#discussion_r140905
##
lucene/analysis/common/src/test/org/apache/lucene/analysis/wikipedia/TestWikipediaTokenizerFactory.java:
##
@@ -145,19 +140,17 @@ public void testBogusArguments() th
dweiss commented on code in PR #12972:
URL: https://github.com/apache/lucene/pull/12972#discussion_r140905
##
lucene/analysis/common/src/test/org/apache/lucene/analysis/wikipedia/TestWikipediaTokenizerFactory.java:
##
@@ -145,19 +140,17 @@ public void testBogusArguments() th
dweiss commented on code in PR #12973:
URL: https://github.com/apache/lucene/pull/12973#discussion_r146785
##
lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/parser/EscapeQuerySyntaxImpl.java:
##
@@ -184,7 +186,7 @@ public CharSequence escape(Char
dweiss commented on code in PR #12973:
URL: https://github.com/apache/lucene/pull/12973#discussion_r146785
##
lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/parser/EscapeQuerySyntaxImpl.java:
##
@@ -184,7 +186,7 @@ public CharSequence escape(Char
dweiss commented on code in PR #12973:
URL: https://github.com/apache/lucene/pull/12973#discussion_r150852
##
lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/parser/EscapeQuerySyntaxImpl.java:
##
@@ -184,7 +186,7 @@ public CharSequence escape(Char
mikemccand merged PR #12813:
URL: https://github.com/apache/lucene/pull/12813
--
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.
mikemccand closed issue #12796: Port PR management bot from Apache Beam
URL: https://github.com/apache/lucene/issues/12796
--
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 un
mikemccand commented on PR #12813:
URL: https://github.com/apache/lucene/pull/12813#issuecomment-1880816127
Thanks @uschindler and @stefanvodita -- the latest iteration looks great --
the `debug-only` flag means it won't actually make any changes, just go through
the motions.
I'll me
sabi0 commented on code in PR #12973:
URL: https://github.com/apache/lucene/pull/12973#discussion_r177534
##
lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/parser/EscapeQuerySyntaxImpl.java:
##
@@ -40,105 +40,109 @@ public class EscapeQuerySyntax
jpountz commented on PR #12959:
URL: https://github.com/apache/lucene/pull/12959#issuecomment-1880832498
I have a new iteration of this change, which now also accounts for how
`DocumentsWriterPerThreadPool` may lock `DocumentsWriterPerThread` instances
while they are still in the pool. I'm
sabi0 commented on code in PR #12973:
URL: https://github.com/apache/lucene/pull/12973#discussion_r1444504974
##
lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/parser/EscapeQuerySyntaxImpl.java:
##
@@ -184,7 +186,7 @@ public CharSequence escape(CharS
stefanvodita commented on PR #12813:
URL: https://github.com/apache/lucene/pull/12813#issuecomment-1880875904
Thanks Uwe for the review and Mike for merging.
The action logs look good. #12998 disables `debug-only` and increases the
operations budget to 500. The total [per-hour budget is
jpountz commented on code in PR #12996:
URL: https://github.com/apache/lucene/pull/12996#discussion_r1444536935
##
lucene/core/src/java/org/apache/lucene/codecs/lucene90/LZ4WithPresetDictCompressionMode.java:
##
@@ -128,10 +128,12 @@ public void decompress(DataInput in, int orig
jpountz commented on code in PR #12997:
URL: https://github.com/apache/lucene/pull/12997#discussion_r1444533812
##
lucene/core/src/java/org/apache/lucene/codecs/lucene99/Lucene99PostingsReader.java:
##
@@ -399,7 +400,9 @@ public PostingsEnum reset(IntBlockTermState termState, in
github-actions[bot] commented on PR #12954:
URL: https://github.com/apache/lucene/pull/12954#issuecomment-1880898477
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
mikemccand merged PR #12998:
URL: https://github.com/apache/lucene/pull/12998
--
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.
github-actions[bot] commented on PR #12951:
URL: https://github.com/apache/lucene/pull/12951#issuecomment-1880898535
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12938:
URL: https://github.com/apache/lucene/pull/12938#issuecomment-1880898750
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12914:
URL: https://github.com/apache/lucene/pull/12914#issuecomment-1880898867
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12885:
URL: https://github.com/apache/lucene/pull/12885#issuecomment-1880899003
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12882:
URL: https://github.com/apache/lucene/pull/12882#issuecomment-1880899062
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12874:
URL: https://github.com/apache/lucene/pull/12874#issuecomment-1880899116
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12862:
URL: https://github.com/apache/lucene/pull/12862#issuecomment-1880899290
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12856:
URL: https://github.com/apache/lucene/pull/12856#issuecomment-1880899436
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12821:
URL: https://github.com/apache/lucene/pull/12821#issuecomment-1880899783
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12820:
URL: https://github.com/apache/lucene/pull/12820#issuecomment-1880899839
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
jpountz merged PR #12958:
URL: https://github.com/apache/lucene/pull/12958
--
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.apa
github-actions[bot] commented on PR #12756:
URL: https://github.com/apache/lucene/pull/12756#issuecomment-1880900120
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12753:
URL: https://github.com/apache/lucene/pull/12753#issuecomment-1880900224
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12683:
URL: https://github.com/apache/lucene/pull/12683#issuecomment-1880900523
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12674:
URL: https://github.com/apache/lucene/pull/12674#issuecomment-1880900643
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12636:
URL: https://github.com/apache/lucene/pull/12636#issuecomment-1880900898
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12583:
URL: https://github.com/apache/lucene/pull/12583#issuecomment-1880901201
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12559:
URL: https://github.com/apache/lucene/pull/12559#issuecomment-1880901413
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12547:
URL: https://github.com/apache/lucene/pull/12547#issuecomment-1880901659
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12535:
URL: https://github.com/apache/lucene/pull/12535#issuecomment-1880901771
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12528:
URL: https://github.com/apache/lucene/pull/12528#issuecomment-1880901900
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12517:
URL: https://github.com/apache/lucene/pull/12517#issuecomment-1880902132
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12478:
URL: https://github.com/apache/lucene/pull/12478#issuecomment-1880902498
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12460:
URL: https://github.com/apache/lucene/pull/12460#issuecomment-1880902629
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12354:
URL: https://github.com/apache/lucene/pull/12354#issuecomment-1880902826
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12301:
URL: https://github.com/apache/lucene/pull/12301#issuecomment-1880903041
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12969:
URL: https://github.com/apache/lucene/pull/12969#issuecomment-1880898293
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12966:
URL: https://github.com/apache/lucene/pull/12966#issuecomment-1880898351
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12958:
URL: https://github.com/apache/lucene/pull/12958#issuecomment-1880898432
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12948:
URL: https://github.com/apache/lucene/pull/12948#issuecomment-1880898585
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12947:
URL: https://github.com/apache/lucene/pull/12947#issuecomment-1880898629
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12944:
URL: https://github.com/apache/lucene/pull/12944#issuecomment-1880898688
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12915:
URL: https://github.com/apache/lucene/pull/12915#issuecomment-1880898815
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #1:
URL: https://github.com/apache/lucene/pull/1#issuecomment-1880903470
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12194:
URL: https://github.com/apache/lucene/pull/12194#issuecomment-1880903582
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12886:
URL: https://github.com/apache/lucene/pull/12886#issuecomment-1880898952
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12162:
URL: https://github.com/apache/lucene/pull/12162#issuecomment-1880903680
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12868:
URL: https://github.com/apache/lucene/pull/12868#issuecomment-1880899237
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #11946:
URL: https://github.com/apache/lucene/pull/11946#issuecomment-1880904151
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12869:
URL: https://github.com/apache/lucene/pull/12869#issuecomment-1880899184
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #11992:
URL: https://github.com/apache/lucene/pull/11992#issuecomment-1880904047
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #11955:
URL: https://github.com/apache/lucene/pull/11955#issuecomment-1880904102
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #11928:
URL: https://github.com/apache/lucene/pull/11928#issuecomment-1880904217
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #11888:
URL: https://github.com/apache/lucene/pull/11888#issuecomment-1880904269
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12860:
URL: https://github.com/apache/lucene/pull/12860#issuecomment-1880899340
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12857:
URL: https://github.com/apache/lucene/pull/12857#issuecomment-1880899377
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12842:
URL: https://github.com/apache/lucene/pull/12842#issuecomment-1880899578
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12828:
URL: https://github.com/apache/lucene/pull/12828#issuecomment-1880899727
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12819:
URL: https://github.com/apache/lucene/pull/12819#issuecomment-1880899899
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12800:
URL: https://github.com/apache/lucene/pull/12800#issuecomment-1880899961
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #11784:
URL: https://github.com/apache/lucene/pull/11784#issuecomment-1880904342
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12846:
URL: https://github.com/apache/lucene/pull/12846#issuecomment-1880899505
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #11729:
URL: https://github.com/apache/lucene/pull/11729#issuecomment-1880904411
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12757:
URL: https://github.com/apache/lucene/pull/12757#issuecomment-1880900035
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12838:
URL: https://github.com/apache/lucene/pull/12838#issuecomment-1880899639
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #999:
URL: https://github.com/apache/lucene/pull/999#issuecomment-1880904576
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contribution!
github-actions[bot] commented on PR #12723:
URL: https://github.com/apache/lucene/pull/12723#issuecomment-1880900334
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #592:
URL: https://github.com/apache/lucene/pull/592#issuecomment-1880905117
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contribution!
github-actions[bot] commented on PR #12638:
URL: https://github.com/apache/lucene/pull/12638#issuecomment-1880900780
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #570:
URL: https://github.com/apache/lucene/pull/570#issuecomment-1880905163
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contribution!
github-actions[bot] commented on PR #12613:
URL: https://github.com/apache/lucene/pull/12613#issuecomment-1880901049
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12557:
URL: https://github.com/apache/lucene/pull/12557#issuecomment-1880901540
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12526:
URL: https://github.com/apache/lucene/pull/12526#issuecomment-1880902026
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12509:
URL: https://github.com/apache/lucene/pull/12509#issuecomment-1880902251
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12485:
URL: https://github.com/apache/lucene/pull/12485#issuecomment-1880902372
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12337:
URL: https://github.com/apache/lucene/pull/12337#issuecomment-1880902960
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12287:
URL: https://github.com/apache/lucene/pull/12287#issuecomment-1880903143
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12295:
URL: https://github.com/apache/lucene/pull/12295#issuecomment-1880903091
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12262:
URL: https://github.com/apache/lucene/pull/12262#issuecomment-1880903226
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12247:
URL: https://github.com/apache/lucene/pull/12247#issuecomment-1880903343
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12258:
URL: https://github.com/apache/lucene/pull/12258#issuecomment-1880903287
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12207:
URL: https://github.com/apache/lucene/pull/12207#issuecomment-1880903543
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12172:
URL: https://github.com/apache/lucene/pull/12172#issuecomment-1880903620
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12157:
URL: https://github.com/apache/lucene/pull/12157#issuecomment-1880903735
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12141:
URL: https://github.com/apache/lucene/pull/12141#issuecomment-1880903779
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12135:
URL: https://github.com/apache/lucene/pull/12135#issuecomment-1880903859
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12035:
URL: https://github.com/apache/lucene/pull/12035#issuecomment-1880903973
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
github-actions[bot] commented on PR #12237:
URL: https://github.com/apache/lucene/pull/12237#issuecomment-1880903404
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
1 - 100 of 190 matches
Mail list logo