jpountz merged PR #14421:
URL: https://github.com/apache/lucene/pull/14421
--
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
jpountz commented on PR #14421:
URL: https://github.com/apache/lucene/pull/14421#issuecomment-2766465560
I backported to branch_10_2 since this is a bugfix cc @iverase
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
jpountz merged PR #14418:
URL: https://github.com/apache/lucene/pull/14418
--
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
thecoop opened a new issue, #14422:
URL: https://github.com/apache/lucene/issues/14422
### Description
Currently Lucene tends to use `ReadAdvice.RANDOM` quite liberally, in
various hard-coded locations. We have seen that this causes some problems with
recent kernel versions, such as
bugmakerr commented on PR #14418:
URL: https://github.com/apache/lucene/pull/14418#issuecomment-2766274186
> So in the case when the filter rewrites to MatchNoDocsQuery,
`IndexSearcher#search` would now return immediately, while it may currently
need to wait for tasks to be submitted (i
gf2121 commented on PR #14401:
URL: https://github.com/apache/lucene/pull/14401#issuecomment-2765918007
The change of https://github.com/apache/lucene/pull/14421 is also included,
which seems not expected?
--
This is an automated message from the Apache Git Service.
To respond to the mess
msfroh commented on code in PR #14187:
URL: https://github.com/apache/lucene/pull/14187#discussion_r2021571472
##
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##
@@ -77,7 +77,8 @@
public class IndexSearcher {
static int maxClauseCount = 1024;
- privat
github-actions[bot] commented on PR #14360:
URL: https://github.com/apache/lucene/pull/14360#issuecomment-2767713257
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 #14401:
URL: https://github.com/apache/lucene/pull/14401
--
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
jainankitk commented on PR #14413:
URL: https://github.com/apache/lucene/pull/14413#issuecomment-2767417910
@jpountz - Can you provide your thoughts on above?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
gsmiller commented on code in PR #14268:
URL: https://github.com/apache/lucene/pull/14268#discussion_r2021381006
##
lucene/CHANGES.txt:
##
@@ -186,6 +186,8 @@ Optimizations
* GITHUB#14272: Use DocIdSetIterator#range for continuous-id BKD leaves. (Guo
Feng)
+* GITHUB#14268:
github-actions[bot] commented on PR #14325:
URL: https://github.com/apache/lucene/pull/14325#issuecomment-2767713463
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 commented on issue #14422:
URL: https://github.com/apache/lucene/issues/14422#issuecomment-2767398441
@rmuir I'm curious if you can expand a bit more on what you have in mind,
what you are describing sounds to me like how things are today where
`ReadAdvice.RANDOM` is the context and
jainankitk commented on code in PR #14267:
URL: https://github.com/apache/lucene/pull/14267#discussion_r2021794022
##
lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java:
##
@@ -129,6 +141,16 @@ public final Weight createWeight(IndexSearcher searcher,
ScoreMode s
hanbj commented on code in PR #14268:
URL: https://github.com/apache/lucene/pull/14268#discussion_r2022087763
##
lucene/CHANGES.txt:
##
@@ -186,6 +186,8 @@ Optimizations
* GITHUB#14272: Use DocIdSetIterator#range for continuous-id BKD leaves. (Guo
Feng)
+* GITHUB#14268: Po
jainankitk commented on code in PR #14397:
URL: https://github.com/apache/lucene/pull/14397#discussion_r2021750116
##
lucene/core/src/java/org/apache/lucene/codecs/lucene90/LZ4WithPresetDictCompressionMode.java:
##
@@ -98,12 +98,17 @@ public void decompress(DataInput in, int ori
jainankitk commented on code in PR #14397:
URL: https://github.com/apache/lucene/pull/14397#discussion_r2021748068
##
lucene/core/src/java/org/apache/lucene/codecs/lucene90/LZ4WithPresetDictCompressionMode.java:
##
@@ -144,10 +148,85 @@ public void decompress(DataInput in, int o
17 matches
Mail list logo