[jira] [Commented] (LUCENE-10488) Optimize Facets#getTopDims across Facets implementations

2022-05-13 Thread Yuting Gan (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536968#comment-17536968 ] Yuting Gan commented on LUCENE-10488: - Thank you so much for reviewing and merging my PRs! I will

[jira] [Resolved] (LUCENE-10561) Reduce class/member visibility of all normalizer and stemmer classes

2022-05-13 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida resolved LUCENE-10561. Fix Version/s: 10.0 (main) Resolution: Fixed > Reduce class/member visibility of

[jira] [Updated] (LUCENE-10561) Reduce class/member visibility of all normalizer and stemmer classes

2022-05-13 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-10561: --- Summary: Reduce class/member visibility of all normalizer and stemmer classes (was:

[jira] [Commented] (LUCENE-10561) Reduce class/member visibility of ArabicStemmer, ArabicNormalizer, and PersianNormalizer

2022-05-13 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536960#comment-17536960 ] ASF subversion and git services commented on LUCENE-10561: -- Commit

[GitHub] [lucene] mocobeta merged pull request #883: LUCENE-10561 Reduce class/member visibility of all normalizer and stemmer classes

2022-05-13 Thread GitBox
mocobeta merged PR #883: URL: https://github.com/apache/lucene/pull/883 -- 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:

[jira] [Commented] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536942#comment-17536942 ] Robert Muir commented on LUCENE-10572: -- {quote} I know that OpenJDK is heavily tested on big

[jira] [Resolved] (LUCENE-10488) Optimize Facets#getTopDims across Facets implementations

2022-05-13 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller resolved LUCENE-10488. -- Fix Version/s: 9.2 Resolution: Fixed Merged to {{main}} and {{branch_9x}}. Resolving.

[jira] [Commented] (LUCENE-10488) Optimize Facets#getTopDims across Facets implementations

2022-05-13 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536938#comment-17536938 ] ASF subversion and git services commented on LUCENE-10488: -- Commit

[GitHub] [lucene] gsmiller merged pull request #889: LUCENE-10488: Optimized Facets#getTopDims for taxonomy faceting and ConcurrentSSDVFacetCounts

2022-05-13 Thread GitBox
gsmiller merged PR #889: URL: https://github.com/apache/lucene/pull/889 -- 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:

[GitHub] [lucene] uschindler commented on pull request #888: LUCENE-10572: Add support for varhandles in native byte order (still randomized during tests)

2022-05-13 Thread GitBox
uschindler commented on PR #888: URL: https://github.com/apache/lucene/pull/888#issuecomment-1126578739 I removed the vInt-like encoding in ByteBlockPool and BytesRefHash. After that I was able to switch to native shorts. -- This is an automated message from the Apache Git Service. To

[jira] [Commented] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536937#comment-17536937 ] Uwe Schindler commented on LUCENE-10572: I removed the vInt-like encoding in ByteBlockPool and

[jira] [Commented] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536933#comment-17536933 ] Uwe Schindler commented on LUCENE-10572: bq. Playing with BytesRefHash and ByteBlockPool

[GitHub] [lucene] gsmiller opened a new pull request, #889: LUCENE-10488: Optimized Facets#getTopDims for taxonomy faceting and ConcurrentSSDVFacetCounts

2022-05-13 Thread GitBox
gsmiller opened a new pull request, #889: URL: https://github.com/apache/lucene/pull/889 Just using to backport. -- 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

[GitHub] [lucene] uschindler commented on pull request #888: LUCENE-10572: Add support for varhandles in native byte order (still randomized during tests)

2022-05-13 Thread GitBox
uschindler commented on PR #888: URL: https://github.com/apache/lucene/pull/888#issuecomment-1126569898 Anybody may play and commit ideas to this PR. @rmuir @mikemccand -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Commented] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536931#comment-17536931 ] Uwe Schindler commented on LUCENE-10572: bq. Today its swapping bytes on the intel and ARM

[jira] [Commented] (LUCENE-10488) Optimize Facets#getTopDims across Facets implementations

2022-05-13 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536928#comment-17536928 ] ASF subversion and git services commented on LUCENE-10488: -- Commit

[jira] [Comment Edited] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536927#comment-17536927 ] Uwe Schindler edited comment on LUCENE-10572 at 5/13/22 11:00 PM: --

[jira] [Commented] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536927#comment-17536927 ] Uwe Schindler commented on LUCENE-10572: Here is a draft PR about the idea. I just changed LZ4

[GitHub] [lucene] uschindler opened a new pull request, #888: LUCENE-10572: Add support for varhandles in native byte order (still randomized during tests)

2022-05-13 Thread GitBox
uschindler opened a new pull request, #888: URL: https://github.com/apache/lucene/pull/888 see https://issues.apache.org/jira/browse/LUCENE-10572 -- 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

[jira] [Commented] (LUCENE-10488) Optimize Facets#getTopDims across Facets implementations

2022-05-13 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536925#comment-17536925 ] ASF subversion and git services commented on LUCENE-10488: -- Commit

[jira] [Commented] (LUCENE-10488) Optimize Facets#getTopDims across Facets implementations

2022-05-13 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536924#comment-17536924 ] ASF subversion and git services commented on LUCENE-10488: -- Commit

[jira] [Commented] (LUCENE-10488) Optimize Facets#getTopDims across Facets implementations

2022-05-13 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536923#comment-17536923 ] ASF subversion and git services commented on LUCENE-10488: -- Commit

[GitHub] [lucene] gsmiller merged pull request #806: LUCENE-10488: Optimize Facets#getTopDims in FloatTaxonomyFacets

2022-05-13 Thread GitBox
gsmiller merged PR #806: URL: https://github.com/apache/lucene/pull/806 -- 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:

[GitHub] [lucene] gsmiller merged pull request #779: LUCENE-10488: Optimize Facets#getTopDims in IntTaxonomyFacets

2022-05-13 Thread GitBox
gsmiller merged PR #779: URL: https://github.com/apache/lucene/pull/779 -- 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:

[GitHub] [lucene] gsmiller merged pull request #777: LUCENE-10488: Optimize Facets#getTopDims in ConcurrentSortedSetDocValuesFacetCounts

2022-05-13 Thread GitBox
gsmiller merged PR #777: URL: https://github.com/apache/lucene/pull/777 -- 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:

[jira] [Commented] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536921#comment-17536921 ] Uwe Schindler commented on LUCENE-10572: Yeah exactly, sometimes BE is used to allow to sort

[jira] [Commented] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536918#comment-17536918 ] Robert Muir commented on LUCENE-10572: -- {quote} In BytesRefHash we have one big endian variant,

[jira] [Commented] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536917#comment-17536917 ] Robert Muir commented on LUCENE-10572: -- And by the way, I'm fine also with just using

[jira] [Commented] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536916#comment-17536916 ] Uwe Schindler commented on LUCENE-10572: Hi, I have a PR almost ready. In my comment above I

[jira] [Commented] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536915#comment-17536915 ] Robert Muir commented on LUCENE-10572: -- Well, banning it doesn't matter so much to me, if we

[jira] [Commented] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536907#comment-17536907 ] Uwe Schindler commented on LUCENE-10572: bq. We just use our own constant, but then we can

[jira] [Commented] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536905#comment-17536905 ] Uwe Schindler commented on LUCENE-10572: bq. ok, i like your suggestion actually. it solves my

[jira] [Commented] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536885#comment-17536885 ] Robert Muir commented on LUCENE-10572: -- ok, i like your suggestion actually. it solves my issue,

[jira] [Commented] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536883#comment-17536883 ] Uwe Schindler commented on LUCENE-10572: Hey, I agree with the length encoding. This is indeed

[jira] [Commented] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536877#comment-17536877 ] Robert Muir commented on LUCENE-10572: -- {quote} With the swapping of bytes I remember the other

[jira] [Comment Edited] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536855#comment-17536855 ] Uwe Schindler edited comment on LUCENE-10572 at 5/13/22 7:55 PM: - With

[jira] [Comment Edited] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536855#comment-17536855 ] Uwe Schindler edited comment on LUCENE-10572 at 5/13/22 7:53 PM: - With

[jira] [Comment Edited] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536855#comment-17536855 ] Uwe Schindler edited comment on LUCENE-10572 at 5/13/22 7:51 PM: - With

[jira] [Commented] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536855#comment-17536855 ] Uwe Schindler commented on LUCENE-10572: With the swapping of bytes I remember the other issue

[jira] [Updated] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-10572: Summary: Can we optimize BytesRefHash? (was: Can we optimize BytesRefHash) >

[jira] [Updated] (LUCENE-10572) Can we optimize BytesRefHash?

2022-05-13 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-10572: Description: I was poking around in our nightly benchmarks

[jira] [Created] (LUCENE-10572) Can we optimize BytesRefHash

2022-05-13 Thread Michael McCandless (Jira)
Michael McCandless created LUCENE-10572: --- Summary: Can we optimize BytesRefHash Key: LUCENE-10572 URL: https://issues.apache.org/jira/browse/LUCENE-10572 Project: Lucene - Core Issue

[GitHub] [lucene] msokolov commented on pull request #870: LUCENE-10502: Refactor hnswVectors format

2022-05-13 Thread GitBox
msokolov commented on PR #870: URL: https://github.com/apache/lucene/pull/870#issuecomment-1126294216 Things have been moving kind of fast here! Which is great, but I am trying to catch up and having trouble reconstructing the changes. Today on main lucene92/OffHeapVectorValues.java

[jira] [Commented] (LUCENE-10392) Handle soft deletes via LiveDocsFormat

2022-05-13 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536778#comment-17536778 ] Rushabh Shah commented on LUCENE-10392: --- [~jpountz]  I am new to Lucene project. This will be 2nd

[jira] [Updated] (LUCENE-10571) Monitor alternative "TermFilter" Presearcher for sparse filter fields

2022-05-13 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated LUCENE-10571: Attachment: LUCENE-10571.patch Status: Open (was: Open) I'm attaching a

[jira] [Commented] (LUCENE-10266) Move nearest-neighbor search on points to core?

2022-05-13 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536765#comment-17536765 ] Rushabh Shah commented on LUCENE-10266: --- [~jpountz]  I am new to Lucene project. This will be 2nd

[jira] [Created] (LUCENE-10571) Monitor alternative "TermFilter" Presearcher for sparse filter fields

2022-05-13 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created LUCENE-10571: --- Summary: Monitor alternative "TermFilter" Presearcher for sparse filter fields Key: LUCENE-10571 URL: https://issues.apache.org/jira/browse/LUCENE-10571

[jira] [Commented] (LUCENE-10551) LowercaseAsciiCompression should return false when it's unable to compress

2022-05-13 Thread Peixin Li (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536763#comment-17536763 ] Peixin Li commented on LUCENE-10551: Yes, we're following up with GraalVm team for the root cause.

[jira] [Comment Edited] (LUCENE-10551) LowercaseAsciiCompression should return false when it's unable to compress

2022-05-13 Thread Peixin Li (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536763#comment-17536763 ] Peixin Li edited comment on LUCENE-10551 at 5/13/22 4:47 PM: - Yes, we're

[jira] [Updated] (LUCENE-10570) Monitor Presearcher to reject registration of "ANYTOKEN" queries

2022-05-13 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated LUCENE-10570: Component/s: modules/monitor (was: monitor) > Monitor

[jira] [Updated] (LUCENE-10570) Monitor Presearcher to reject registration of "ANYTOKEN" queries

2022-05-13 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated LUCENE-10570: Attachment: LUCENE-10570.patch Status: Open (was: Open) Attaching patch

[jira] [Created] (LUCENE-10570) Monitor Presearcher to reject registration of "ANYTOKEN" queries

2022-05-13 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created LUCENE-10570: --- Summary: Monitor Presearcher to reject registration of "ANYTOKEN" queries Key: LUCENE-10570 URL: https://issues.apache.org/jira/browse/LUCENE-10570

[GitHub] [lucene] shahrs87 commented on pull request #883: LUCENE-10561 Reduce class/member visibility of all normalizer and stemmer classes

2022-05-13 Thread GitBox
shahrs87 commented on PR #883: URL: https://github.com/apache/lucene/pull/883#issuecomment-1126220894 > Can you please add a [CHANGES](https://github.com/apache/lucene/blob/main/lucene/CHANGES.txt) entry to "API changes" section in 10.0.0? @mocobeta Done ! Thank you for the review.

[GitHub] [lucene] msokolov commented on a diff in pull request #873: LUCENE-10397: KnnVectorQuery doesn't tie break by doc ID

2022-05-13 Thread GitBox
msokolov commented on code in PR #873: URL: https://github.com/apache/lucene/pull/873#discussion_r872437351 ## lucene/core/src/java/org/apache/lucene/util/hnsw/NeighborQueue.java: ## @@ -90,26 +92,30 @@ public boolean insertWithOverflow(int newNode, float newScore) { }

[jira] [Commented] (LUCENE-10544) Should ExitableTermsEnum wrap postings and impacts?

2022-05-13 Thread Deepika Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17536624#comment-17536624 ] Deepika Sharma commented on LUCENE-10544: - I am currently working on wrapping postings/impacts

[GitHub] [lucene] rmuir commented on pull request #873: LUCENE-10397: KnnVectorQuery doesn't tie break by doc ID

2022-05-13 Thread GitBox
rmuir commented on PR #873: URL: https://github.com/apache/lucene/pull/873#issuecomment-1125930594 > Whoa, the `bug` label made this RP so noticeable among the PR lists. Sorry, this was me. I was doing some experimentation with labels and github issues/PRs. -- This is an automated

[GitHub] [lucene] mocobeta commented on pull request #883: LUCENE-10561 Reduce class/member visibility of all normalizer and stemmer classes

2022-05-13 Thread GitBox
mocobeta commented on PR #883: URL: https://github.com/apache/lucene/pull/883#issuecomment-1125928019 > Can you please suggest some starter jiras which will give me overview on Lucene and will be helpful to community also. We have a couple of Jira issues with `newdev` label for new

[GitHub] [lucene] mocobeta commented on pull request #883: LUCENE-10561 Reduce class/member visibility of all normalizer and stemmer classes

2022-05-13 Thread GitBox
mocobeta commented on PR #883: URL: https://github.com/apache/lucene/pull/883#issuecomment-1125910079 @shahrs87 Looks good to me. Can you please add a [CHANGES](https://github.com/apache/lucene/blob/main/lucene/CHANGES.txt) entry to "API changes" section in 10.0.0? Also, we need a

[GitHub] [lucene] LuXugang commented on pull request #873: LUCENE-10397: KnnVectorQuery doesn't tie break by doc ID

2022-05-13 Thread GitBox
LuXugang commented on PR #873: URL: https://github.com/apache/lucene/pull/873#issuecomment-1125834512 Sorry for the delay. Whoa, the `bug` label made this RP so noticeable among the PR lists. -- This is an automated message from the Apache Git Service. To respond to the message, please