Re: [PR] upgrade commons codec from 1.13.0 to 1.16.0 [lucene]

2025-01-10 Thread via GitHub
garydgregory commented on PR #13269: URL: https://github.com/apache/lucene/pull/13269#issuecomment-2584960659 Note that I pushed a new version of Commons Codec a couple of days ago. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] upgrade commons codec from 1.13.0 to 1.16.0 [lucene]

2025-01-10 Thread via GitHub
github-actions[bot] commented on PR #13269: URL: https://github.com/apache/lucene/pull/13269#issuecomment-2584950615 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] Improve set deletions percentage javadoc [lucene]

2025-01-10 Thread via GitHub
yugushihuang commented on PR #12828: URL: https://github.com/apache/lucene/pull/12828#issuecomment-2584906452 @jpountz I have sync the fork. @shubhamvishu has already approved the commit. I will merge once the check passes. -- This is an automated message from the Apache Git Service. To

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

2025-01-10 Thread via GitHub
navneet1v commented on code in PR #14131: URL: https://github.com/apache/lucene/pull/14131#discussion_r1911714546 ## lucene/sandbox/src/java/org/apache/lucene/sandbox/vectorsearch/CuVSVectorsWriter.java: ## @@ -0,0 +1,402 @@ +/* + * Licensed to the Apache Software Foundation (AS

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

2025-01-10 Thread via GitHub
navneet1v commented on PR #14131: URL: https://github.com/apache/lucene/pull/14131#issuecomment-2584809189 @chatman thanks for creating the PR. This looks very interesting. is the idea here is the Lucene library will on a GPU machine and running the CUVS. -- This is an automated message

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

2025-01-10 Thread via GitHub
dweiss commented on code in PR #14131: URL: https://github.com/apache/lucene/pull/14131#discussion_r1911392570 ## build-tools/build-infra/build.gradle: ## @@ -22,6 +22,7 @@ plugins { } repositories { + mavenLocal() Review Comment: Remove mavenLocal before merging, if it

[PR] Add nullability annotations to IndexSearcher APIs [lucene]

2025-01-10 Thread via GitHub
Edarke opened a new pull request, #14132: URL: https://github.com/apache/lucene/pull/14132 Annotate public APIs with an internal definition of `@Nullable` where appropriate. This proposal is a follow up from the discussion [here](https://lists.apache.org/thread/oh09k7nlvntzf49gx7d399

Re: [PR] Use CDL to block threads to avoid flaky tests. [lucene]

2025-01-10 Thread via GitHub
aoli-al commented on PR #14116: URL: https://github.com/apache/lucene/pull/14116#issuecomment-2583237051 @dweiss Yes, we have a paper on Fray https://aoli.al/papers/fray-arxiv.pdf. I'm also working on blogs to discuss Fray in more detail. I'll let you know as soon as they are ready. --

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

2025-01-10 Thread via GitHub
chatman commented on PR #14131: URL: https://github.com/apache/lucene/pull/14131#issuecomment-2582968787 FYI @uschindler, @ChrisHegarty, @dsmiley, @msokolov -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

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

2025-01-10 Thread via GitHub
chatman opened a new pull request, #14131: URL: https://github.com/apache/lucene/pull/14131 ### Description * NVIDIA's cuVS library (https://github.com/rapidsai/cuvs) is a state-of-the-art vector search library. It supports fast indexing and search using GPUs. * This pull request

Re: [PR] Cover all DataType [lucene]

2025-01-10 Thread via GitHub
LuXugang merged PR #14091: URL: https://github.com/apache/lucene/pull/14091 -- 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.ap

Re: [PR] Move synonym map off-heap for SynonymGraphFilter [lucene]

2025-01-10 Thread via GitHub
msfroh commented on PR #13054: URL: https://github.com/apache/lucene/pull/13054#issuecomment-2582003125 @mikemccand -- do you think this needs more work? Can you work with your team to see if this change would help reduce your heap usage? While we allow custom synonym files on AWS Ope