ChrisHegarty commented on code in PR #14604:
URL: https://github.com/apache/lucene/pull/14604#discussion_r2081913839
##
lucene/core/src/java/org/apache/lucene/codecs/lucene99/Lucene99HnswVectorsReader.java:
##
@@ -110,7 +111,10 @@ public Lucene99HnswVectorsReader(SegmentReadStat
uschindler commented on code in PR #14604:
URL: https://github.com/apache/lucene/pull/14604#discussion_r2081775573
##
lucene/core/src/java/org/apache/lucene/codecs/lucene99/Lucene99HnswVectorsReader.java:
##
@@ -110,7 +111,10 @@ public Lucene99HnswVectorsReader(SegmentReadState
ChrisHegarty commented on PR #14604:
URL: https://github.com/apache/lucene/pull/14604#issuecomment-2866648054
> Ahh, I saw the constant on `MMapDirectory` and failed to see that it was
unused.
We can of course choose to change this - enable preLoad Hints by default,
but I'd rather se
jpountz commented on PR #14604:
URL: https://github.com/apache/lucene/pull/14604#issuecomment-2866603763
Ahh, I saw the constant on `MMapDirectory` and failed to see that it was
unused.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
thecoop commented on PR #14604:
URL: https://github.com/apache/lucene/pull/14604#issuecomment-2866518576
After comments from @ChrisHegarty, this PR does not change the default
behaviour. You need to use the hint by calling
`MMapDirectory.setPreload(PRELOAD_HINT)`
--
This is an automated
jpountz commented on PR #14604:
URL: https://github.com/apache/lucene/pull/14604#issuecomment-2866464348
Can you add a CHANGES entry for this? Similar changes have not always been
well received in the past, because it increases the cost of opening a reader,
even though the reader may not ne
ChrisHegarty merged PR #14604:
URL: https://github.com/apache/lucene/pull/14604
--
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
thecoop commented on code in PR #14604:
URL: https://github.com/apache/lucene/pull/14604#discussion_r2081391127
##
lucene/core/src/java/org/apache/lucene/store/MMapDirectory.java:
##
@@ -136,7 +137,8 @@ public class MMapDirectory extends FSDirectory {
private BiFunction>
r
ChrisHegarty commented on code in PR #14604:
URL: https://github.com/apache/lucene/pull/14604#discussion_r2081375455
##
lucene/core/src/java/org/apache/lucene/store/MMapDirectory.java:
##
@@ -136,7 +137,8 @@ public class MMapDirectory extends FSDirectory {
private BiFunctio
ChrisHegarty commented on code in PR #14604:
URL: https://github.com/apache/lucene/pull/14604#discussion_r2081339388
##
lucene/core/src/java/org/apache/lucene/codecs/lucene99/Lucene99HnswVectorsReader.java:
##
@@ -110,7 +111,10 @@ public Lucene99HnswVectorsReader(SegmentReadStat
thecoop opened a new pull request, #14604:
URL: https://github.com/apache/lucene/pull/14604
(no comment)
--
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
11 matches
Mail list logo