uschindler commented on PR #13164:
URL: https://github.com/apache/lucene/pull/13164#issuecomment-1982939363
Yes, the ProcessBuilder API can also kill forcibly. Nice idea. Very clean.
Uwe
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
uschindler commented on code in PR #13164:
URL: https://github.com/apache/lucene/pull/13164#discussion_r1515751490
##
lucene/replicator/src/test/org/apache/lucene/replicator/nrt/TestSimpleServer.java:
##
@@ -135,39 +132,12 @@ public void run() {
}
}
- /** currently, t
valsong commented on code in PR #439:
URL: https://github.com/apache/lucene/pull/439#discussion_r1515752476
##
lucene/codecs/src/java/org/apache/lucene/codecs/customcompression/ZstdDictCompressionMode.java:
##
@@ -0,0 +1,195 @@
+/*
+ * Licensed to the Apache Software Foundation
valsong commented on code in PR #439:
URL: https://github.com/apache/lucene/pull/439#discussion_r1515754118
##
lucene/codecs/src/java/org/apache/lucene/codecs/customcompression/ZstdDictCompressionMode.java:
##
@@ -0,0 +1,195 @@
+/*
+ * Licensed to the Apache Software Foundation
vsop-479 commented on code in PR #13072:
URL: https://github.com/apache/lucene/pull/13072#discussion_r1515793831
##
lucene/core/src/java/org/apache/lucene/util/automaton/RunAutomaton.java:
##
@@ -67,12 +68,16 @@ protected RunAutomaton(Automaton a, int alphabetSize) {
points
vsop-479 commented on code in PR #13072:
URL: https://github.com/apache/lucene/pull/13072#discussion_r1515793831
##
lucene/core/src/java/org/apache/lucene/util/automaton/RunAutomaton.java:
##
@@ -67,12 +68,16 @@ protected RunAutomaton(Automaton a, int alphabetSize) {
points
Nayana-ibm commented on issue #13161:
URL: https://github.com/apache/lucene/issues/13161#issuecomment-1983084035
@uschindler I have created an issue to install Java 21 on s390x nodes
https://issues.apache.org/jira/browse/INFRA-25589
--
This is an automated message from the Apache Git S
uschindler commented on issue #13161:
URL: https://github.com/apache/lucene/issues/13161#issuecomment-1983117638
I disabled both failing jobs until the INFRA ticket is resolved. Please ping
me if you have updates.
--
This is an automated message from the Apache Git Service.
To respond to
vsop-479 commented on code in PR #13072:
URL: https://github.com/apache/lucene/pull/13072#discussion_r1515861738
##
lucene/core/src/java/org/apache/lucene/util/automaton/RunAutomaton.java:
##
@@ -96,6 +101,35 @@ protected RunAutomaton(Automaton a, int alphabetSize) {
}
}
vsop-479 commented on PR #13072:
URL: https://github.com/apache/lucene/pull/13072#issuecomment-1983159835
> Have you tried to measure any performance change with this? E.g. you could
run a luceneutil benchy with just PrefixQuery, or, Regexp/WildcardQuery that
also have this property (match-
dweiss commented on code in PR #13164:
URL: https://github.com/apache/lucene/pull/13164#discussion_r1515983135
##
lucene/replicator/src/test/org/apache/lucene/replicator/nrt/TestSimpleServer.java:
##
@@ -135,39 +132,12 @@ public void run() {
}
}
- /** currently, this
rmuir commented on PR #13164:
URL: https://github.com/apache/lucene/pull/13164#issuecomment-1983386271
nice!
--
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,
benwtrent commented on code in PR #13162:
URL: https://github.com/apache/lucene/pull/13162#discussion_r1516111922
##
lucene/core/src/java/org/apache/lucene/search/FloatVectorSimilarityValuesSource.java:
##
@@ -40,6 +40,9 @@ public FloatVectorSimilarityValuesSource(float[] vector
antonha commented on code in PR #13149:
URL: https://github.com/apache/lucene/pull/13149#discussion_r1516508079
##
lucene/core/src/java/org/apache/lucene/util/bkd/DocIdsWriter.java:
##
@@ -36,6 +36,66 @@ final class DocIdsWriter {
private final int[] scratch;
+ private f
dweiss commented on code in PR #13164:
URL: https://github.com/apache/lucene/pull/13164#discussion_r1516765998
##
lucene/replicator/src/test/org/apache/lucene/replicator/nrt/TestSimpleServer.java:
##
@@ -135,39 +132,12 @@ public void run() {
}
}
- /** currently, this
gautamworah96 commented on code in PR #13149:
URL: https://github.com/apache/lucene/pull/13149#discussion_r1516771877
##
lucene/core/src/java/org/apache/lucene/util/bkd/DocIdsWriter.java:
##
@@ -318,9 +378,8 @@ private static void readLegacyDeltaVInts(IndexInput in, int
count,
github-actions[bot] commented on PR #13037:
URL: https://github.com/apache/lucene/pull/13037#issuecomment-1984825452
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-1984826022
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
vsop-479 commented on code in PR #13072:
URL: https://github.com/apache/lucene/pull/13072#discussion_r1515861738
##
lucene/core/src/java/org/apache/lucene/util/automaton/RunAutomaton.java:
##
@@ -96,6 +101,35 @@ protected RunAutomaton(Automaton a, int alphabetSize) {
}
}
angadp commented on issue #11419:
URL: https://github.com/apache/lucene/issues/11419#issuecomment-1985113703
Sorry for the late reply! I think my initial thinking was wrong.
I'm currently implementing this and will post the code along with the
benchmarks by next week.
--
This is an
dweiss merged PR #13164:
URL: https://github.com/apache/lucene/pull/13164
--
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
dweiss commented on PR #13164:
URL: https://github.com/apache/lucene/pull/13164#issuecomment-1985158727
I've merged this with main and I'll follow up with the remaining halt
methods in a separate PR. Thanks for your help with this!
--
This is an automated message from the Apache Git Servi
22 matches
Mail list logo