ChrisHegarty commented on PR #13998:
URL: https://github.com/apache/lucene/pull/13998#issuecomment-2482415401
> @ChrisHegarty this will be a very useful thing.
Indeed.
> Can we also figure out how much data is loaded with this API? So lets say
an IndexInput is 30GB and only 10G
shatejas commented on PR #13985:
URL: https://github.com/apache/lucene/pull/13985#issuecomment-2484035773
### Benchmarks
Setup 1 - Opensearch cluster
Ran with [opensearch
benchmarks](https://github.com/opensearch-project/opensearch-benchmark)
Total data nodes - 3
benwtrent commented on issue #13983:
URL: https://github.com/apache/lucene/issues/13983#issuecomment-2484000904
This is now fixed: https://github.com/apache/lucene/pull/13990
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
benwtrent closed issue #13983: KnnFloatVectorQuery#toString should show the
filter
URL: https://github.com/apache/lucene/issues/13983
--
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 com
benwtrent merged PR #13990:
URL: https://github.com/apache/lucene/pull/13990
--
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.a
dnhatn merged PR #14001:
URL: https://github.com/apache/lucene/pull/14001
--
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
benchaplin commented on PR #13887:
URL: https://github.com/apache/lucene/pull/13887#issuecomment-2483785234
@dweiss you mentioned in my previous PR that I should do some randomized
testing. I did, which helped me find the "Addition of "\\" in the negation set"
requirement. However I just tr
jpountz commented on PR #14000:
URL: https://github.com/apache/lucene/pull/14000#issuecomment-2483629696
Will do, thanks @benwtrent!
--
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 c
jpountz commented on code in PR #13987:
URL: https://github.com/apache/lucene/pull/13987#discussion_r1846948010
##
lucene/core/src/test/org/apache/lucene/search/TestScoreCachingWrappingScorer.java:
##
@@ -157,4 +157,40 @@ public void testGetScores() throws Exception {
ir.cl
viswanathk commented on PR #13990:
URL: https://github.com/apache/lucene/pull/13990#issuecomment-2483545431
> I think a `CHANGES` entry is in order. This seems like a nice little bug
fix to aid folks in debugging issues.
>
> @viswanathk once you add the changes entry, I can merge and
rmuir commented on PR #13998:
URL: https://github.com/apache/lucene/pull/13998#issuecomment-2483336503
Also for debugging these issues, you can get this information at non-java
level using `fincore` from util-linux, which is probably on any machine:
```
myindexdir$ fincore --output
rmuir commented on PR #13998:
URL: https://github.com/apache/lucene/pull/13998#issuecomment-2483230262
You would need to call `mincore` or something yourself. I can't remember,
but the native access may already be plumbed.
for non-mmapped i/o you can do similar with syscalls such as `
rmuir commented on PR #13998:
URL: https://github.com/apache/lucene/pull/13998#issuecomment-2483324513
> Yeah, we can look at how to call `mincore`, and it might not be that much
of a lift with the existing plumbing. Maybe something can look at as a follow
up? I'm really trying to get to a
ChrisHegarty commented on code in PR #13998:
URL: https://github.com/apache/lucene/pull/13998#discussion_r1846722542
##
lucene/core/src/java21/org/apache/lucene/store/MemorySegmentIndexInput.java:
##
@@ -406,6 +406,14 @@ void advise(long offset, long length,
IOConsumer advice)
ChrisHegarty commented on PR #13998:
URL: https://github.com/apache/lucene/pull/13998#issuecomment-2483288393
Yeah, we can look at how to call `mincore`, and it might not be that much of
a lift with the existing plumbing. Maybe something can look at as a follow up?
I'm really trying to ge
rmuir commented on code in PR #13998:
URL: https://github.com/apache/lucene/pull/13998#discussion_r1846706623
##
lucene/core/src/java21/org/apache/lucene/store/MemorySegmentIndexInput.java:
##
@@ -406,6 +406,14 @@ void advise(long offset, long length,
IOConsumer advice) throws
garaud commented on issue #13841:
URL: https://github.com/apache/lucene/issues/13841#issuecomment-2482280736
Thank you very much @iverase for your work!
--
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
jpountz commented on PR #14000:
URL: https://github.com/apache/lucene/pull/14000#issuecomment-2482613789
Here are the luceneutil results for filtering tasks:
```
TaskQPS baseline StdDevQPS
my_modified_version StdDevPct diff p-va
jpountz opened a new pull request, #14000:
URL: https://github.com/apache/lucene/pull/14000
WANDScorer implements block-max WAND and needs to recompute score upper
bounds whenever it moves to a different block. Thus it's important for these
blocks to be large enough to avoid re-computing sc
jpountz commented on PR #13996:
URL: https://github.com/apache/lucene/pull/13996#issuecomment-2482516359
I ran with more tasks to confirm it's generally helpful:
```
TaskQPS baseline StdDevQPS
my_modified_version StdDevPct diff
jpountz commented on PR #13994:
URL: https://github.com/apache/lucene/pull/13994#issuecomment-2482217169
Thanks @benwtrent !
--
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.
21 matches
Mail list logo