[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532085#comment-17532085
]
Uwe Schindler commented on LUCENE-10558:
For testing we can use getResource to
[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532084#comment-17532084
]
Uwe Schindler commented on LUCENE-10558:
I would not make the IOSupplier public
[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532082#comment-17532082
]
Uwe Schindler commented on LUCENE-10558:
I tend to simply add an URL parameter
[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532081#comment-17532081
]
Uwe Schindler commented on LUCENE-10558:
People using the deprecated constructo
LuXugang commented on PR #865:
URL: https://github.com/apache/lucene/pull/865#issuecomment-1118189707
> I was thinking we can adopt the following workflow for this work:
OK @mayya-sharipova , I would do new format changes later after
`apache:vectors-disi-direct` updated.
--
This is
mocobeta commented on code in PR #833:
URL: https://github.com/apache/lucene/pull/833#discussion_r865566084
##
lucene/CHANGES.txt:
##
@@ -128,6 +128,9 @@ Optimizations
* LUCENE-8836: Speed up calls to TermsEnum#lookupOrd on doc values terms enums
and sequences of increasing
mocobeta commented on code in PR #833:
URL: https://github.com/apache/lucene/pull/833#discussion_r865566084
##
lucene/CHANGES.txt:
##
@@ -128,6 +128,9 @@ Optimizations
* LUCENE-8836: Speed up calls to TermsEnum#lookupOrd on doc values terms enums
and sequences of increasing
LuXugang closed pull request #865: LUCENE-10502: Use IndexedDISI to store
docIds and DirectMonotonicWriter/Reader to handle ordToDoc
URL: https://github.com/apache/lucene/pull/865
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
LuXugang commented on code in PR #792:
URL: https://github.com/apache/lucene/pull/792#discussion_r865561221
##
lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java:
##
@@ -320,13 +323,19 @@ private static class FieldEntry {
final int numLeve
[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531987#comment-17531987
]
Tomoko Uchida edited comment on LUCENE-10558 at 5/5/22 5:10 AM:
-
[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531987#comment-17531987
]
Tomoko Uchida edited comment on LUCENE-10558 at 5/5/22 4:18 AM:
-
LuXugang commented on code in PR #792:
URL: https://github.com/apache/lucene/pull/792#discussion_r865516124
##
lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java:
##
@@ -388,115 +400,239 @@ private static class FieldEntry {
int size() {
[
https://issues.apache.org/jira/browse/LUCENE-10397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531997#comment-17531997
]
Lu Xugang edited comment on LUCENE-10397 at 5/5/22 1:54 AM:
[
https://issues.apache.org/jira/browse/LUCENE-10397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531997#comment-17531997
]
Lu Xugang commented on LUCENE-10397:
Hi [~msoko...@gmail.com] Could we back to use
LuXugang commented on code in PR #792:
URL: https://github.com/apache/lucene/pull/792#discussion_r865507439
##
lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java:
##
@@ -258,14 +257,20 @@ public TopDocs search(String field, float[] target, int
LuXugang commented on code in PR #792:
URL: https://github.com/apache/lucene/pull/792#discussion_r865507439
##
lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java:
##
@@ -258,14 +257,20 @@ public TopDocs search(String field, float[] target, int
mocobeta commented on PR #867:
URL: https://github.com/apache/lucene/pull/867#issuecomment-1118087968
I think the same change would be needed for Nori, I don't know the use-cases
but for the completeness.
--
This is an automated message from the Apache Git Service.
To respond to the messa
mocobeta merged PR #866:
URL: https://github.com/apache/lucene/pull/866
--
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.apache
mocobeta commented on PR #866:
URL: https://github.com/apache/lucene/pull/866#issuecomment-1118084362
@mikemccand thanks for taking a look!
--
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 spe
jtibshirani commented on code in PR #792:
URL: https://github.com/apache/lucene/pull/792#discussion_r865503009
##
lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java:
##
@@ -320,13 +323,19 @@ private static class FieldEntry {
final int numL
mikemccand commented on PR #633:
URL: https://github.com/apache/lucene/pull/633#issuecomment-1118081084
Thanks @vigyasharma -- I'll review again soon.
--
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
LuXugang commented on code in PR #792:
URL: https://github.com/apache/lucene/pull/792#discussion_r865502821
##
lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java:
##
@@ -258,14 +257,20 @@ public TopDocs search(String field, float[] target, int
LuXugang commented on code in PR #792:
URL: https://github.com/apache/lucene/pull/792#discussion_r865502567
##
lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java:
##
@@ -258,14 +257,20 @@ public TopDocs search(String field, float[] target, int
LuXugang commented on code in PR #792:
URL: https://github.com/apache/lucene/pull/792#discussion_r865502085
##
lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java:
##
@@ -388,115 +400,239 @@ private static class FieldEntry {
int size() {
LuXugang commented on code in PR #792:
URL: https://github.com/apache/lucene/pull/792#discussion_r865501863
##
lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java:
##
@@ -388,115 +400,239 @@ private static class FieldEntry {
int size() {
mocobeta commented on code in PR #867:
URL: https://github.com/apache/lucene/pull/867#discussion_r865500952
##
lucene/analysis/kuromoji/src/java/org/apache/lucene/analysis/ja/dict/UnknownDictionary.java:
##
@@ -52,18 +52,26 @@ private UnknownDictionary() throws IOException {
[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531987#comment-17531987
]
Tomoko Uchida commented on LUCENE-10558:
Or, I'm also fine with keeping backwar
[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531985#comment-17531985
]
Tomoko Uchida commented on LUCENE-10558:
Yes, the refactored constructor ignore
[
https://issues.apache.org/jira/browse/LUCENE-10509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531981#comment-17531981
]
Rishabh Kumar Maurya commented on LUCENE-10509:
---
{quote}I suspect that th
jtibshirani commented on PR #796:
URL: https://github.com/apache/lucene/pull/796#issuecomment-1118021852
Super interesting, looking forward to hearing more! I do hope we can stick
with a prefiltering-like approach (and just improve its performance), since it
feels easier to work with for us
msokolov commented on PR #796:
URL: https://github.com/apache/lucene/pull/796#issuecomment-1118014031
I'm trying not to steal the thunder of the folks who are actually working on
this, but at a high level: we were seeing prefiltering being more expensive
than postfiltering (over collecting
jtibshirani commented on PR #796:
URL: https://github.com/apache/lucene/pull/796#issuecomment-1118002380
Thanks @msokolov ! So I'm not waiting in suspense too much, what sorts of
interesting results have you found related to prefiltering?
--
This is an automated message from the Apache Gi
[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531971#comment-17531971
]
Michael Sokolov commented on LUCENE-10558:
--
> As workaround I would suggest to
[
https://issues.apache.org/jira/browse/LUCENE-10559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531972#comment-17531972
]
Julie Tibshirani commented on LUCENE-10559:
---
Big +1 for this addition to KnnG
[
https://issues.apache.org/jira/browse/LUCENE-10504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531970#comment-17531970
]
ASF subversion and git services commented on LUCENE-10504:
--
Co
msokolov merged PR #796:
URL: https://github.com/apache/lucene/pull/796
--
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.apache
[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531968#comment-17531968
]
Uwe Schindler commented on LUCENE-10558:
The test does not fail as it uses the
[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531966#comment-17531966
]
Uwe Schindler commented on LUCENE-10558:
Same for TokenInfoDictionary.
> Expos
[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531963#comment-17531963
]
Uwe Schindler commented on LUCENE-10558:
Ah I see the bug:
https://github.com/
[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531962#comment-17531962
]
Uwe Schindler commented on LUCENE-10558:
How does DICTIONARY_PATH look like? Do
msokolov opened a new pull request, #867:
URL: https://github.com/apache/lucene/pull/867
Just makes some existing constructors public, and adds javadocs
--
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
[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531960#comment-17531960
]
Michael Sokolov edited comment on LUCENE-10558 at 5/4/22 9:53 PM:
---
[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531960#comment-17531960
]
Michael Sokolov edited comment on LUCENE-10558 at 5/4/22 9:52 PM:
---
[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531960#comment-17531960
]
Michael Sokolov commented on LUCENE-10558:
--
Hi [~uschindler] – we have code li
[
https://issues.apache.org/jira/browse/LUCENE-10558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531956#comment-17531956
]
Uwe Schindler commented on LUCENE-10558:
Which APIs did you use and how:
- what
Michael Sokolov created LUCENE-10559:
Summary: Add preFilter/postFilter options to KnnGraphTester
Key: LUCENE-10559
URL: https://issues.apache.org/jira/browse/LUCENE-10559
Project: Lucene - Core
msokolov commented on PR #796:
URL: https://github.com/apache/lucene/pull/796#issuecomment-1117937725
> @msokolov it'd be great to get this in when you have the time!
whoa sorry I lost track. I will address the comments and push soon. I have
other changes I want to make, relating to t
jtibshirani commented on PR #796:
URL: https://github.com/apache/lucene/pull/796#issuecomment-1117856474
@msokolov it'd be great to get this in when you have the time!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
[
https://issues.apache.org/jira/browse/LUCENE-10335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531926#comment-17531926
]
Mike Sokolov commented on LUCENE-10335:
---
sure - I opened https://issues.apache.or
Michael Sokolov created LUCENE-10558:
Summary: Expose IOSupplier constructors in Kuromoji
(and Nori?)
Key: LUCENE-10558
URL: https://issues.apache.org/jira/browse/LUCENE-10558
Project: Lucene - Co
jtibshirani commented on code in PR #792:
URL: https://github.com/apache/lucene/pull/792#discussion_r865291279
##
lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java:
##
@@ -388,115 +400,239 @@ private static class FieldEntry {
int size() {
vigyasharma commented on PR #633:
URL: https://github.com/apache/lucene/pull/633#issuecomment-1117847194
Removed the randomly returned high concurrency mergeSpec from
`findMerges(CodecReaders...)` in `MockRandomMergePolicy`. Added a check to
gracefully catch pending merges that are aborted
[
https://issues.apache.org/jira/browse/LUCENE-9848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mayya Sharipova closed LUCENE-9848.
---
> Correctly sort HNSW graph neighbors when applying diversity criterion
> -
[
https://issues.apache.org/jira/browse/LUCENE-9848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mayya Sharipova resolved LUCENE-9848.
-
Fix Version/s: 9.2
Resolution: Fixed
> Correctly sort HNSW graph neighbors when a
[
https://issues.apache.org/jira/browse/LUCENE-9848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531886#comment-17531886
]
ASF subversion and git services commented on LUCENE-9848:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531882#comment-17531882
]
ASF subversion and git services commented on LUCENE-9848:
-
Commi
jtibshirani commented on code in PR #833:
URL: https://github.com/apache/lucene/pull/833#discussion_r865068242
##
lucene/CHANGES.txt:
##
@@ -128,6 +128,9 @@ Optimizations
* LUCENE-8836: Speed up calls to TermsEnum#lookupOrd on doc values terms enums
and sequences of increasi
[
https://issues.apache.org/jira/browse/LUCENE-9848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531879#comment-17531879
]
ASF subversion and git services commented on LUCENE-9848:
-
Commi
mayya-sharipova commented on code in PR #862:
URL: https://github.com/apache/lucene/pull/862#discussion_r865134562
##
lucene/core/src/java/org/apache/lucene/util/hnsw/NeighborArray.java:
##
@@ -72,8 +103,39 @@ public void removeLast() {
size--;
}
+ public void removeI
mayya-sharipova merged PR #862:
URL: https://github.com/apache/lucene/pull/862
--
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
[
https://issues.apache.org/jira/browse/LUCENE-10335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531876#comment-17531876
]
Tomoko Uchida commented on LUCENE-10335:
Hi [~sokolov] , can you please open an
[
https://issues.apache.org/jira/browse/LUCENE-10335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531873#comment-17531873
]
Uwe Schindler commented on LUCENE-10335:
What I wanted to say: if it breaks in
[
https://issues.apache.org/jira/browse/LUCENE-10335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531870#comment-17531870
]
Uwe Schindler commented on LUCENE-10335:
Migrate.txt or .md was more about modu
[
https://issues.apache.org/jira/browse/LUCENE-10335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531851#comment-17531851
]
Michael Sokolov commented on LUCENE-10335:
--
Thanks, Uwe, you're right I confus
[
https://issues.apache.org/jira/browse/LUCENE-10335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531847#comment-17531847
]
Uwe Schindler commented on LUCENE-10335:
bq. would load the resource from the g
[
https://issues.apache.org/jira/browse/LUCENE-10335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531841#comment-17531841
]
Uwe Schindler commented on LUCENE-10335:
If you use CustomAnalyzer, you can pas
[
https://issues.apache.org/jira/browse/LUCENE-10335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531839#comment-17531839
]
Uwe Schindler commented on LUCENE-10335:
We did not change the method here, it
msokolov commented on PR #833:
URL: https://github.com/apache/lucene/pull/833#issuecomment-1117570637
Thanks, it will be great if we can make ExitableDirectoryReader cover all
the formats so it can reliably be used for timing out. I agree with others
here: basically, this is instrumenting r
msokolov commented on code in PR #862:
URL: https://github.com/apache/lucene/pull/862#discussion_r865039829
##
lucene/core/src/java/org/apache/lucene/util/hnsw/NeighborArray.java:
##
@@ -72,8 +103,39 @@ public void removeLast() {
size--;
}
+ public void removeIndex(in
[
https://issues.apache.org/jira/browse/LUCENE-10335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531809#comment-17531809
]
Michael Sokolov commented on LUCENE-10335:
--
This issue broke backwards compati
LuXugang commented on PR #865:
URL: https://github.com/apache/lucene/pull/865#issuecomment-1117455420
Thanks @mayya-sharipova, your suggestion can reducee a lot of work, so this
issue could be closed.
--
This is an automated message from the Apache Git Service.
To respond to the message,
mayya-sharipova commented on PR #865:
URL: https://github.com/apache/lucene/pull/865#issuecomment-1117440907
@LuXugang Thanks for this work. I was thinking we can adopt the following
workflow for this work:
- Once https://github.com/apache/lucene/pull/792 is fully approved, we can
me
[
https://issues.apache.org/jira/browse/LUCENE-10527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mayya Sharipova reassigned LUCENE-10527:
Assignee: Mayya Sharipova
> Use bigger maxConn for last layer in HNSW
>
jpountz commented on code in PR #860:
URL: https://github.com/apache/lucene/pull/860#discussion_r864859715
##
lucene/core/src/java/org/apache/lucene/search/WANDScorer.java:
##
@@ -86,7 +86,6 @@ static int scalingFactor(float f) {
* sure we do not miss any matches.
*/
LuXugang closed pull request #839: LUCENE-10537: DisjunctionMaxWeight could be
rewrite to BooleanWeight if score is disable
URL: https://github.com/apache/lucene/pull/839
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
[
https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531690#comment-17531690
]
Tomoko Uchida commented on LUCENE-10557:
INFRA team says Vote or PMC agreement
[
https://issues.apache.org/jira/browse/LUCENE-10543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531686#comment-17531686
]
Tomoko Uchida commented on LUCENE-10543:
Ok, I don't know how difficult it is t
[
https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomoko Uchida updated LUCENE-10557:
---
Description:
A few (not the majority) Apache projects already use the GitHub issue instead
[
https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531684#comment-17531684
]
Tomoko Uchida commented on LUCENE-10557:
Thank you [~mikemccand] for joining an
[
https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531683#comment-17531683
]
Tomoko Uchida commented on LUCENE-10557:
Among the tasks I mentioned in the iss
[
https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531680#comment-17531680
]
Michael McCandless edited comment on LUCENE-10557 at 5/4/22 11:29 AM:
---
[
https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531681#comment-17531681
]
Michael McCandless commented on LUCENE-10557:
-
INFRA-16128 was the issue wh
[
https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531680#comment-17531680
]
Michael McCandless commented on LUCENE-10557:
-
Hmm at least ~4 years ago, m
[
https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531677#comment-17531677
]
Michael McCandless commented on LUCENE-10557:
-
+1
Do we know whether we co
[
https://issues.apache.org/jira/browse/LUCENE-10556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531676#comment-17531676
]
Robert Muir commented on LUCENE-10556:
--
{quote}
Currently the logic is to recompre
Tomoko Uchida created LUCENE-10557:
--
Summary: Migrate to GitHub issue from Jira?
Key: LUCENE-10557
URL: https://issues.apache.org/jira/browse/LUCENE-10557
Project: Lucene - Core
Issue Type:
[
https://issues.apache.org/jira/browse/LUCENE-10543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531655#comment-17531655
]
Tomoko Uchida commented on LUCENE-10543:
I found GitHub issue is enabled on Apa
romseygeek commented on code in PR #860:
URL: https://github.com/apache/lucene/pull/860#discussion_r864686490
##
lucene/core/src/java/org/apache/lucene/search/WANDScorer.java:
##
@@ -86,7 +86,6 @@ static int scalingFactor(float f) {
* sure we do not miss any matches.
*/
mocobeta commented on PR #833:
URL: https://github.com/apache/lucene/pull/833#issuecomment-1117073813
Thanks for updating. I'm new to the main code (ExitableDirectoryReader
itself) so I'd defer to Adrien and Julie on whether this is ready to be merged,
but the tests look good to me.
--
T
zacharymorn commented on PR #833:
URL: https://github.com/apache/lucene/pull/833#issuecomment-1117003662
> > the baseline could run on the raw reader and the contender would wrap
the reader with ExitableDirectoryReader and a very large timeout that's almost
certainly not going to be hit, so
jpountz commented on code in PR #860:
URL: https://github.com/apache/lucene/pull/860#discussion_r864517912
##
lucene/core/src/java/org/apache/lucene/search/WANDScorer.java:
##
@@ -86,7 +86,6 @@ static int scalingFactor(float f) {
* sure we do not miss any matches.
*/
Adrien Grand created LUCENE-10556:
-
Summary: Relax the maximum dirtiness for stored fields and term
vectors?
Key: LUCENE-10556
URL: https://issues.apache.org/jira/browse/LUCENE-10556
Project: Lucene -
92 matches
Mail list logo