Re: [PR] Initial upgrade to Gradle 8.14 (rc2) [lucene]

2025-04-23 Thread via GitHub
dweiss commented on PR #14533: URL: https://github.com/apache/lucene/pull/14533#issuecomment-2823279050 > I don't understand this one: their language server works fine with java 24 and i'm able to navigate the new JDK24 classfile api, etc. I guess I haven't used it extensively, due to the g

Re: [PR] deps(java): bump org.apache.commons:commons-compress from 1.19 to 1.27.1 [lucene]

2025-04-23 Thread via GitHub
dweiss commented on PR #14540: URL: https://github.com/apache/lucene/pull/14540#issuecomment-2823322410 Ok, so here's how to work this out. First, show what's bringing in the conflicting dependencies, like the message shows: ``` ./gradlew :lucene:benchmark:dependencyInsight --depen

Re: [I] Tone down TestIndexWriterDelete.testDeleteAllRepeated (OOMs sometimes) [lucene]

2025-04-23 Thread via GitHub
dweiss closed issue #14508: Tone down TestIndexWriterDelete.testDeleteAllRepeated (OOMs sometimes) URL: https://github.com/apache/lucene/issues/14508 -- 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

Re: [PR] Make TestIndexWriterDelete.testDeleteAllRepeated a monster test and force FSDirectory to prevent OOM. [lucene]

2025-04-23 Thread via GitHub
dweiss merged PR #14526: URL: https://github.com/apache/lucene/pull/14526 -- 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

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
jpountz commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2056836360 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [PR] Reduce the number of comparisons when lowerPoint is equal to upperPoint [lucene]

2025-04-23 Thread via GitHub
github-actions[bot] commented on PR #14267: URL: https://github.com/apache/lucene/pull/14267#issuecomment-2825838739 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

Re: [PR] Integrating GPU based Vector Search using cuVS [lucene]

2025-04-23 Thread via GitHub
github-actions[bot] commented on PR #14131: URL: https://github.com/apache/lucene/pull/14131#issuecomment-2825838798 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

Re: [I] Run a workflow on dependabot's PRs (gradlew updateLicenses writeLocks) [lucene]

2025-04-23 Thread via GitHub
rmuir commented on issue #14506: URL: https://github.com/apache/lucene/issues/14506#issuecomment-2824924310 thanks for looking into this @dweiss ! I've got a PR to hopefully reduce the number of dependabot PRs for python and actions dependencies, since some of them release very often

Re: [PR] Impl intoBitset for IndexedDISI and Docvalues [lucene]

2025-04-23 Thread via GitHub
gf2121 commented on PR #14529: URL: https://github.com/apache/lucene/pull/14529#issuecomment-2824954402 I personally prefer not to eagerly load docs for advance/advanceExact, or maybe leave it to another issue/PR. I update code to one of the version during my local iteration, which r

Re: [PR] Logic for collecting Histogram efficiently using Point Trees [lucene]

2025-04-23 Thread via GitHub
jpountz commented on code in PR #14439: URL: https://github.com/apache/lucene/pull/14439#discussion_r2056783050 ## lucene/sandbox/src/java/org/apache/lucene/sandbox/facet/plain/histograms/HistogramCollector.java: ## @@ -53,11 +63,31 @@ public LeafCollector getLeafCollector(LeafR

Re: [PR] Move sloppySin into SloppyMath from GeoUtils [lucene]

2025-04-23 Thread via GitHub
jainankitk commented on code in PR #14516: URL: https://github.com/apache/lucene/pull/14516#discussion_r2056713597 ## lucene/core/src/java/org/apache/lucene/util/SloppyMath.java: ## @@ -178,6 +178,30 @@ public static double asin(double a) { } } + // some sloppyish stu

Re: [PR] Logic for collecting Histogram efficiently using Point Trees [lucene]

2025-04-23 Thread via GitHub
jainankitk commented on code in PR #14439: URL: https://github.com/apache/lucene/pull/14439#discussion_r2056686537 ## lucene/sandbox/src/java/org/apache/lucene/sandbox/facet/plain/histograms/HistogramCollector.java: ## @@ -53,11 +65,30 @@ public LeafCollector getLeafCollector(Le

Re: [PR] Logic for collecting Histogram efficiently using Point Trees [lucene]

2025-04-23 Thread via GitHub
jainankitk commented on code in PR #14439: URL: https://github.com/apache/lucene/pull/14439#discussion_r2056834941 ## lucene/sandbox/src/java/org/apache/lucene/sandbox/facet/plain/histograms/HistogramCollector.java: ## @@ -53,11 +63,31 @@ public LeafCollector getLeafCollector(Le

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
thecoop commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055497713 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [PR] deps(java): bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.7-2 [lucene]

2025-04-23 Thread via GitHub
dweiss merged PR #14505: URL: https://github.com/apache/lucene/pull/14505 -- 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

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
thecoop commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055502471 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [PR] deps(java): bump de.undercouch.download from 5.2.0 to 5.6.0 [lucene]

2025-04-23 Thread via GitHub
dweiss merged PR #14503: URL: https://github.com/apache/lucene/pull/14503 -- 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

Re: [PR] Use a non-deprecated assertThat, and change several test assertions to use assertThat [lucene]

2025-04-23 Thread via GitHub
thecoop commented on code in PR #14518: URL: https://github.com/apache/lucene/pull/14518#discussion_r2055485408 ## lucene/core/src/test/org/apache/lucene/document/TestDocument.java: ## @@ -312,21 +324,21 @@ public void testFieldSetValue() throws Exception { // ensure that

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
thecoop commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055496607 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [PR] ci: bump actions/stale from 5.2.0 to 9.1.0 [lucene]

2025-04-23 Thread via GitHub
stefanvodita commented on PR #14498: URL: https://github.com/apache/lucene/pull/14498#issuecomment-2823469274 Thanks David! I've enabled debug mode. I'll push and have a look at the logs, then disable debug mode again if nothing seems out of place. -- This is an automated message from the

Re: [PR] ci: bump actions/stale from 5.2.0 to 9.1.0 [lucene]

2025-04-23 Thread via GitHub
stefanvodita merged PR #14498: URL: https://github.com/apache/lucene/pull/14498 -- 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...@lucen

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
rmuir commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055620022 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract lo

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
thecoop commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055636449 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [PR] Use a non-deprecated assertThat, and change several test assertions to use assertThat [lucene]

2025-04-23 Thread via GitHub
rmuir commented on PR #14518: URL: https://github.com/apache/lucene/pull/14518#issuecomment-2823693691 my concern wasn't about verbosity: if you are concerned about this, steer clear of java! instead just keeping "barrier to entry" to understanding the tests low. This includes requir

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
ChrisHegarty commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055674573 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abst

Re: [PR] Move sloppySin into SloppyMath from GeoUtils [lucene]

2025-04-23 Thread via GitHub
rmuir commented on code in PR #14516: URL: https://github.com/apache/lucene/pull/14516#discussion_r2055723991 ## lucene/core/src/java/org/apache/lucene/util/SloppyMath.java: ## @@ -178,6 +178,30 @@ public static double asin(double a) { } } + // some sloppyish stuff, d

Re: [I] TestForTooMuchCloning: too many calls to IndexInput.clone during TermRangeQuery: 7 [lucene]

2025-04-23 Thread via GitHub
rmuir commented on issue #14546: URL: https://github.com/apache/lucene/issues/14546#issuecomment-2823753882 This test is old, i think. The background IIRC is that for some Directory impls (e.g. NIOFSDirectory or others that use "buffered input"), `clone()` may cause at minimum a 1KB read/bu

Re: [I] Run a workflow on dependabot's PRs (gradlew updateLicenses writeLocks) [lucene]

2025-04-23 Thread via GitHub
dweiss commented on issue #14506: URL: https://github.com/apache/lucene/issues/14506#issuecomment-2823987442 So this would require some more extensive restructuring of workflows. A commit from within a workflow won't trigger the same set of checks (this is done to avoid endless loops in di

Re: [I] Run a workflow on dependabot's PRs (gradlew updateLicenses writeLocks) [lucene]

2025-04-23 Thread via GitHub
dweiss closed issue #14506: Run a workflow on dependabot's PRs (gradlew updateLicenses writeLocks) URL: https://github.com/apache/lucene/issues/14506 -- 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

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
thecoop commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2056374094 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
thecoop commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2056382795 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [PR] Compute the doc range more efficiently when flushing doc block [lucene]

2025-04-23 Thread via GitHub
stefanvodita commented on PR #14447: URL: https://github.com/apache/lucene/pull/14447#issuecomment-2823807598 Sorry, I don't know if I was clear enough. I was asking if we can also revert the change to `Lucene101PostingsWriter` and only change `Lucene103PostingsWriter` this time. Tha

Re: [PR] Compute the doc range more efficiently when flushing doc block [lucene]

2025-04-23 Thread via GitHub
bugmakerr commented on PR #14447: URL: https://github.com/apache/lucene/pull/14447#issuecomment-2823829947 > Sorry, I don't know if I was clear enough. I was asking if we can also revert the change to `Lucene101PostingsWriter` and only change `Lucene103PostingsWriter` this time. >

Re: [PR] A specialized Trie for Block Tree Index [lucene]

2025-04-23 Thread via GitHub
gf2121 commented on PR #14333: URL: https://github.com/apache/lucene/pull/14333#issuecomment-2824644842 Hi @stefanvodita We plan to allow CI chew on this change for a couple of weeks and backport it if everything goes well. See https://github.com/apache/lucene/pull/14333#issuecommen

Re: [PR] A specialized Trie for Block Tree Index [lucene]

2025-04-23 Thread via GitHub
stefanvodita commented on PR #14333: URL: https://github.com/apache/lucene/pull/14333#issuecomment-2824654704 You anticipated my concern with #14447 😄 Thank you for handling this! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] Fix TestForTooMuchCloning [lucene]

2025-04-23 Thread via GitHub
gf2121 merged PR #14547: URL: https://github.com/apache/lucene/pull/14547 -- 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

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
jpountz commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055940755 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
jpountz commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055940755 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [I] TestForTooMuchCloning: too many calls to IndexInput.clone during TermRangeQuery: 7 [lucene]

2025-04-23 Thread via GitHub
mikemccand commented on issue #14546: URL: https://github.com/apache/lucene/issues/14546#issuecomment-2824159527 +1 to bump the clone limit to 7 so the test passes again -- clone inflation!! `clone` is likely super cheap for `MMapDirectory`? Hmm it is the JDK version specific `Memory

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
thecoop commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055991981 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [PR] Logic for collecting Histogram efficiently using Point Trees [lucene]

2025-04-23 Thread via GitHub
mikemccand commented on PR #14439: URL: https://github.com/apache/lucene/pull/14439#issuecomment-2824226140 This is a nice optimization, using points (if the user indexed them) to carefully optimize counting of ranges. > @stefanvodita - Thanks for a prompt review. Addressed most of th

Re: [PR] Logic for collecting Histogram efficiently using Point Trees [lucene]

2025-04-23 Thread via GitHub
jpountz commented on code in PR #14439: URL: https://github.com/apache/lucene/pull/14439#discussion_r2056150570 ## lucene/sandbox/src/java/org/apache/lucene/sandbox/facet/plain/histograms/HistogramCollector.java: ## @@ -53,11 +65,30 @@ public LeafCollector getLeafCollector(LeafR

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
thecoop commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2056382795 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [I] TestForTooMuchCloning: too many calls to IndexInput.clone during TermRangeQuery: 7 [lucene]

2025-04-23 Thread via GitHub
gf2121 commented on issue #14546: URL: https://github.com/apache/lucene/issues/14546#issuecomment-2823836350 Thanks @ChrisHegarty for git bisect and @rmuir for the context. (I allowed myself to edit your comment to point to the correct PR.) I knew the new trie will clone the ind

Re: [I] TestForTooMuchCloning: too many calls to IndexInput.clone during TermRangeQuery: 7 [lucene]

2025-04-23 Thread via GitHub
gf2121 commented on issue #14546: URL: https://github.com/apache/lucene/issues/14546#issuecomment-2824072414 As the the added clones are cloning index file `tip` of term dictionary, which is usually opened with mmap. I raised a fix https://github.com/apache/lucene/pull/14547 to simply incre

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
thecoop commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055991981 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [PR] Add AnytimeRankingSearcher for SLA-Aware Early Termination with Bin-Based Score Boosting [lucene]

2025-04-23 Thread via GitHub
atris commented on PR #14525: URL: https://github.com/apache/lucene/pull/14525#issuecomment-2824857619 @jpountz Thanks! Here is the paper: https://arxiv.org/abs/2104.08976 Note that the core inspiration of this PR's approach comes from the paper, but the implementation diverges in cer

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
thecoop commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055991981 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [PR] Compute the doc range more efficiently when flushing doc block [lucene]

2025-04-23 Thread via GitHub
stefanvodita merged PR #14447: URL: https://github.com/apache/lucene/pull/14447 -- 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...@lucen

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
thecoop commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055706972 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [PR] Initial upgrade to Gradle 8.14 (rc2) [lucene]

2025-04-23 Thread via GitHub
dweiss commented on PR #14533: URL: https://github.com/apache/lucene/pull/14533#issuecomment-2823770803 I've no idea either. All I know is that if I download eclipse-jdt, it doesn't have support for Java 24 yet. There is a milestone version which supposedly has it - but not an official stab

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
jpountz commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055959591 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
jpountz commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055961207 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [I] TestForTooMuchCloning: too many calls to IndexInput.clone during TermRangeQuery: 7 [lucene]

2025-04-23 Thread via GitHub
gf2121 closed issue #14546: TestForTooMuchCloning: too many calls to IndexInput.clone during TermRangeQuery: 7 URL: https://github.com/apache/lucene/issues/14546 -- 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

Re: [PR] Initial upgrade to Gradle 8.14 (rc2) [lucene]

2025-04-23 Thread via GitHub
rmuir commented on PR #14533: URL: https://github.com/apache/lucene/pull/14533#issuecomment-2823807465 Yeah I think "big old eclipse" lags behind, whereas the jdtls is "the latest" and sees more usage (e.g. all VSCode users and other editors). There's even a plugin to allow use of jdt

Re: [PR] Initial upgrade to Gradle 8.14 (rc2) [lucene]

2025-04-23 Thread via GitHub
dweiss commented on PR #14533: URL: https://github.com/apache/lucene/pull/14533#issuecomment-2823791230 Eclipse 4.36M1 seems to have Java 24 support in the batch compiler. This is marked as "stable" but artifacts for this release are not on maven central yet. -- This is an automated messa

Re: [PR] Initial upgrade to Gradle 8.14 (rc2) [lucene]

2025-04-23 Thread via GitHub
dweiss commented on PR #14533: URL: https://github.com/apache/lucene/pull/14533#issuecomment-2823856413 I believe they use p2 repositories for interim releases and only do a maven push once in a quarter for stable final releases. If this becomes a problem, we can pull ecj directly fr

[PR] Fix TestForTooMuchCloning [lucene]

2025-04-23 Thread via GitHub
gf2121 opened a new pull request, #14547: URL: https://github.com/apache/lucene/pull/14547 closes #14546 -- 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-m

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
jpountz commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055947695 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
thecoop commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055950140 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [PR] Fix leadCost calculation in BooleanScorerSupplier.requiredBulkScorer [lucene]

2025-04-23 Thread via GitHub
benwtrent commented on PR #14543: URL: https://github.com/apache/lucene/pull/14543#issuecomment-2824317132 🤔 seems like this is another candidate for a 10.2.1 bugfix release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] A specialized Trie for Block Tree Index [lucene]

2025-04-23 Thread via GitHub
stefanvodita commented on PR #14333: URL: https://github.com/apache/lucene/pull/14333#issuecomment-2824596025 If we think the issue last week was with the tests, should we go ahead and back-port this change? -- This is an automated message from the Apache Git Service. To respond to the me

Re: [PR] Impl intoBitset for IndexedDISI and Docvalues [lucene]

2025-04-23 Thread via GitHub
gf2121 commented on code in PR #14529: URL: https://github.com/apache/lucene/pull/14529#discussion_r2057617346 ## lucene/core/src/java/org/apache/lucene/codecs/lucene90/IndexedDISI.java: ## @@ -491,6 +492,14 @@ public int advance(int target) throws IOException { return doc;

Re: [PR] ci: bump actions/stale from 5.2.0 to 9.1.0 [lucene]

2025-04-23 Thread via GitHub
dweiss commented on PR #14498: URL: https://github.com/apache/lucene/pull/14498#issuecomment-2823456560 @stefanvodita - sorry for missing your comment, please do! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] deps(java): bump flexmark from 0.61.24 to 0.64.8 [lucene]

2025-04-23 Thread via GitHub
dweiss commented on PR #14499: URL: https://github.com/apache/lucene/pull/14499#issuecomment-2823452992 Documentation markdown-to-html dependency. Tested by comparing the output manually (no difference). -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] deps(java): bump flexmark from 0.61.24 to 0.64.8 [lucene]

2025-04-23 Thread via GitHub
dweiss merged PR #14499: URL: https://github.com/apache/lucene/pull/14499 -- 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

Re: [PR] deps(java): bump de.undercouch.download from 5.2.0 to 5.6.0 [lucene]

2025-04-23 Thread via GitHub
dweiss commented on PR #14503: URL: https://github.com/apache/lucene/pull/14503#issuecomment-2823442570 build script/ dataset download dependency. -- 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

[I] TestForTooMuchCloning: too many calls to IndexInput.clone during TermRangeQuery: 7 [lucene]

2025-04-23 Thread via GitHub
ChrisHegarty opened a new issue, #14546: URL: https://github.com/apache/lucene/issues/14546 ### Description ``` TestForTooMuchCloning > test FAILED java.lang.AssertionError: too many calls to IndexInput.clone during TermRangeQuery: 7 at __randomizedtesting.SeedIn

Re: [PR] Create file open hints on IOContext to replace ReadAdvice [lucene]

2025-04-23 Thread via GitHub
thecoop commented on code in PR #14482: URL: https://github.com/apache/lucene/pull/14482#discussion_r2055496607 ## lucene/core/src/java/org/apache/lucene/store/Directory.java: ## @@ -79,6 +83,31 @@ public abstract class Directory implements Closeable { */ public abstract

Re: [PR] ci: bump actions/stale from 5.2.0 to 9.1.0 [lucene]

2025-04-23 Thread via GitHub
stefanvodita commented on PR #14498: URL: https://github.com/apache/lucene/pull/14498#issuecomment-2823576204 Compare the [last run with v5](https://github.com/apache/lucene/actions/runs/14607185573/job/40978452884) with the [first run with v9](https://github.com/apache/lucene/actions/runs

Re: [I] TestForTooMuchCloning: too many calls to IndexInput.clone during TermRangeQuery: 7 [lucene]

2025-04-23 Thread via GitHub
ChrisHegarty commented on issue #14546: URL: https://github.com/apache/lucene/issues/14546#issuecomment-2823593983 git bisect tells me that this commit is the culprit #14380. /cc @gf2121 ``` 878e23f77390058b6787e0a0537de9087d1019b3 is the first bad commit commit 878e23f77390058b

Re: [PR] Initial upgrade to Gradle 8.14 (rc2) [lucene]

2025-04-23 Thread via GitHub
rmuir commented on PR #14533: URL: https://github.com/apache/lucene/pull/14533#issuecomment-2823604993 I'm using https://github.com/eclipse-jdtls/eclipse.jdt.ls which, is just this same eclipse stuff packaged in a different way? ![Screen_Shot_2025-04-23_at_05 09 47](https://github.co

Re: [PR] Impl intoBitset for IndexedDISI and Docvalues [lucene]

2025-04-23 Thread via GitHub
gf2121 commented on code in PR #14529: URL: https://github.com/apache/lucene/pull/14529#discussion_r2057599583 ## lucene/core/src/java/org/apache/lucene/codecs/lucene90/IndexedDISI.java: ## @@ -625,8 +635,36 @@ boolean advanceExactWithinBlock(IndexedDISI disi, int target) throw

Re: [PR] Impl intoBitset for IndexedDISI and Docvalues [lucene]

2025-04-23 Thread via GitHub
gf2121 commented on code in PR #14529: URL: https://github.com/apache/lucene/pull/14529#discussion_r2057680596 ## lucene/core/src/java/org/apache/lucene/codecs/lucene90/IndexedDISI.java: ## @@ -625,6 +634,29 @@ boolean advanceExactWithinBlock(IndexedDISI disi, int target) throw

Re: [PR] Impl intoBitset for IndexedDISI and Docvalues [lucene]

2025-04-23 Thread via GitHub
jpountz commented on code in PR #14529: URL: https://github.com/apache/lucene/pull/14529#discussion_r2057662695 ## lucene/core/src/java/org/apache/lucene/codecs/lucene90/IndexedDISI.java: ## @@ -491,6 +492,14 @@ public int advance(int target) throws IOException { return doc

Re: [PR] Use a non-deprecated assertThat, and change several test assertions to use assertThat [lucene]

2025-04-23 Thread via GitHub
dweiss merged PR #14518: URL: https://github.com/apache/lucene/pull/14518 -- 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

Re: [PR] Impl intoBitset for IndexedDISI and Docvalues [lucene]

2025-04-23 Thread via GitHub
gf2121 commented on code in PR #14529: URL: https://github.com/apache/lucene/pull/14529#discussion_r2057597668 ## lucene/core/src/java/org/apache/lucene/codecs/lucene90/IndexedDISI.java: ## @@ -535,6 +544,7 @@ private void readBlockHeader() throws IOException { method = M

Re: [PR] Logic for collecting Histogram efficiently using Point Trees [lucene]

2025-04-23 Thread via GitHub
jainankitk commented on PR #14439: URL: https://github.com/apache/lucene/pull/14439#issuecomment-2825127094 > Oooh those JMH benchy results are nice! Though, it's dangerous testing only on random data -- you can draw random conclusions/results. But it's better than no benchmark! Maybe we s

Re: [PR] Avoid reload block when seeking backward in SegmentTermsEnum. [lucene]

2025-04-23 Thread via GitHub
github-actions[bot] commented on PR #13253: URL: https://github.com/apache/lucene/pull/13253#issuecomment-2825839442 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

Re: [PR] Impl intoBitset for IndexedDISI and Docvalues [lucene]

2025-04-23 Thread via GitHub
jpountz commented on code in PR #14529: URL: https://github.com/apache/lucene/pull/14529#discussion_r2056179949 ## lucene/core/src/java/org/apache/lucene/codecs/lucene90/IndexedDISI.java: ## @@ -535,6 +544,7 @@ private void readBlockHeader() throws IOException { method =

Re: [I] Run a workflow on dependabot's PRs (gradlew updateLicenses writeLocks) [lucene]

2025-04-23 Thread via GitHub
dweiss commented on issue #14506: URL: https://github.com/apache/lucene/issues/14506#issuecomment-2825119807 Yes, there is no rush with this. I think the workflows do need some love but it's not really a high priority. I'm chipping at cleaning up gradle build to speed it up. It's a slow pro

Re: [PR] Logic for collecting Histogram efficiently using Point Trees [lucene]

2025-04-23 Thread via GitHub
jainankitk commented on code in PR #14439: URL: https://github.com/apache/lucene/pull/14439#discussion_r2056830312 ## lucene/sandbox/src/java/org/apache/lucene/sandbox/facet/plain/histograms/HistogramCollector.java: ## @@ -53,11 +63,31 @@ public LeafCollector getLeafCollector(Le