[PR] Introduces IndexInput#updateReadAdvice to change the readadvice while [lucene]

2024-11-09 Thread via GitHub
shatejas opened a new pull request, #13985: URL: https://github.com/apache/lucene/pull/13985 reading from IndexInput The change is needed to be able to reduce the force merge time. Lucene99FlatVectorsReader is opened with IOContext.RANDOM, this optimizes searches with madvise as RAND

Re: [PR] Introduces IndexInput#updateReadAdvice to change the readadvice while [lucene]

2024-11-09 Thread via GitHub
shatejas commented on PR #13985: URL: https://github.com/apache/lucene/pull/13985#issuecomment-2466151296 cc: @uschindler @jpountz @navneet1v -- 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

Re: [PR] Use multi-select instead of a full sort for DynamicRange creation [lucene]

2024-11-09 Thread via GitHub
github-actions[bot] commented on PR #13914: URL: https://github.com/apache/lucene/pull/13914#issuecomment-2466522248 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] Introduce new encoding of BPV 21 for DocIdsWriter used in BKD Tree [lucene]

2024-11-09 Thread via GitHub
github-actions[bot] commented on PR #13521: URL: https://github.com/apache/lucene/pull/13521#issuecomment-2466522392 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] [WIP] Multi-Vector support for HNSW search [lucene]

2024-11-09 Thread via GitHub
krickert commented on PR #13525: URL: https://github.com/apache/lucene/pull/13525#issuecomment-2466210357 > My current thinking is that this is a rapidly evolving field, and it's early to lean one way or another. Adding this support unlocks experimentation. Amen! This ends up

Re: [PR] Introduces IndexInput#updateReadAdvice to change the readadvice while [lucene]

2024-11-09 Thread via GitHub
jpountz commented on code in PR #13985: URL: https://github.com/apache/lucene/pull/13985#discussion_r1835530675 ## lucene/core/src/java/org/apache/lucene/codecs/lucene99/Lucene99FlatVectorsReader.java: ## @@ -170,6 +170,15 @@ public void checkIntegrity() throws IOException {