[GitHub] [lucene] gautamworah96 commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-08 Thread GitBox
gautamworah96 commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r802364095 ## File path: lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java ## @@ -369,6 +369,54 @@ public Scorer scorer(LeafReaderContext context

[GitHub] [lucene] jpountz commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-08 Thread GitBox
jpountz commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r802363166 ## File path: lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java ## @@ -369,6 +369,54 @@ public Scorer scorer(LeafReaderContext context) thro

[GitHub] [lucene] jpountz commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-08 Thread GitBox
jpountz commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r802363166 ## File path: lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java ## @@ -369,6 +369,54 @@ public Scorer scorer(LeafReaderContext context) thro

[jira] [Commented] (LUCENE-10188) Give SortedSetDocValues a docValueCount()?

2022-02-08 Thread spike liu (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489287#comment-17489287 ] spike liu commented on LUCENE-10188: I will work on this. > Give SortedSetDocValue

[jira] [Commented] (LUCENE-10378) Implement Weight#count on PointRangeQuery

2022-02-08 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489277#comment-17489277 ] Ignacio Vera commented on LUCENE-10378: --- The idea is more a BFS over the tree (an

[GitHub] [lucene] dsmiley commented on a change in pull request #643: LUCENE-10400: revise binary dictionaries' constructor in kuromoji

2022-02-08 Thread GitBox
dsmiley commented on a change in pull request #643: URL: https://github.com/apache/lucene/pull/643#discussion_r802285404 ## File path: lucene/core/src/java/org/apache/lucene/util/IOUtils.java ## @@ -526,4 +526,17 @@ public static void fsync(Path fileToSync, boolean isDir) thro

[jira] [Comment Edited] (LUCENE-10378) Implement Weight#count on PointRangeQuery

2022-02-08 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489193#comment-17489193 ] Gautam Worah edited comment on LUCENE-10378 at 2/9/22, 2:45 AM: -

[jira] [Comment Edited] (LUCENE-10378) Implement Weight#count on PointRangeQuery

2022-02-08 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489193#comment-17489193 ] Gautam Worah edited comment on LUCENE-10378 at 2/9/22, 2:37 AM: -

[jira] [Comment Edited] (LUCENE-10378) Implement Weight#count on PointRangeQuery

2022-02-08 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489193#comment-17489193 ] Gautam Worah edited comment on LUCENE-10378 at 2/9/22, 2:36 AM: -

[jira] [Comment Edited] (LUCENE-10378) Implement Weight#count on PointRangeQuery

2022-02-08 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489193#comment-17489193 ] Gautam Worah edited comment on LUCENE-10378 at 2/9/22, 2:08 AM: -

[GitHub] [lucene] msokolov commented on pull request #656: LUCENE-10382: Support filtering in KnnVectorQuery

2022-02-08 Thread GitBox
msokolov commented on pull request #656: URL: https://github.com/apache/lucene/pull/656#issuecomment-1033247680 > I was thinking we would implement exact search within KnnVectorQuery itself, instead of exposing it through LeafReader. I think we already have all the pieces we need through t

[jira] [Commented] (LUCENE-10378) Implement Weight#count on PointRangeQuery

2022-02-08 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489193#comment-17489193 ] Gautam Worah commented on LUCENE-10378: --- Another basic question for you folks, si

[GitHub] [lucene] mayya-sharipova edited a comment on pull request #649: LUCENE-10408 Better encoding of doc Ids in vectors

2022-02-08 Thread GitBox
mayya-sharipova edited a comment on pull request #649: URL: https://github.com/apache/lucene/pull/649#issuecomment-1033175828 @jtibshirani @jpountz Thanks for your feedback. I've tried to address in 6bf1aea543ddb3d19909a5bc3d9ccbb1b4fcf9e4. I've decided to focus this PR only on optimizing

[GitHub] [lucene] mayya-sharipova commented on pull request #649: LUCENE-10408 Better encoding of doc Ids in vectors

2022-02-08 Thread GitBox
mayya-sharipova commented on pull request #649: URL: https://github.com/apache/lucene/pull/649#issuecomment-1033175828 @jtibshirani @jpountz Thanks for your feedback. I've tried to address in 6bf1aea543ddb3d19909a5bc3d9ccbb1b4fcf9e4. I've decided to focus this PR only on optimizing the de

[GitHub] [lucene] mayya-sharipova commented on a change in pull request #649: LUCENE-10408 Better encoding of doc Ids in vectors

2022-02-08 Thread GitBox
mayya-sharipova commented on a change in pull request #649: URL: https://github.com/apache/lucene/pull/649#discussion_r802152096 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsWriter.java ## @@ -140,7 +142,10 @@ public void writeField(F

[GitHub] [lucene] mayya-sharipova commented on a change in pull request #649: LUCENE-10408 Better encoding of doc Ids in vectors

2022-02-08 Thread GitBox
mayya-sharipova commented on a change in pull request #649: URL: https://github.com/apache/lucene/pull/649#discussion_r802150904 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java ## @@ -311,7 +313,9 @@ public void close() throw

[GitHub] [lucene] gautamworah96 commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-08 Thread GitBox
gautamworah96 commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r802144345 ## File path: lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java ## @@ -369,6 +369,54 @@ public Scorer scorer(LeafReaderContext context

[GitHub] [lucene] gautamworah96 commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-08 Thread GitBox
gautamworah96 commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r802144345 ## File path: lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java ## @@ -369,6 +369,54 @@ public Scorer scorer(LeafReaderContext context

[GitHub] [lucene] gautamworah96 commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-08 Thread GitBox
gautamworah96 commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r802141959 ## File path: lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java ## @@ -369,6 +369,54 @@ public Scorer scorer(LeafReaderContext context

[GitHub] [lucene] gautamworah96 commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-08 Thread GitBox
gautamworah96 commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r802141959 ## File path: lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java ## @@ -369,6 +369,54 @@ public Scorer scorer(LeafReaderContext context

[GitHub] [lucene] jtibshirani commented on pull request #656: LUCENE-10382: Support filtering in KnnVectorQuery

2022-02-08 Thread GitBox
jtibshirani commented on pull request #656: URL: https://github.com/apache/lucene/pull/656#issuecomment-1033082962 Thanks for reviewing. I'll work on another iteration and ping you when it's out of "draft" status. One clarification first... > +1 to expose searchExact and allow the Qu

[GitHub] [lucene] jtibshirani commented on a change in pull request #656: LUCENE-10382: Support filtering in KnnVectorQuery

2022-02-08 Thread GitBox
jtibshirani commented on a change in pull request #656: URL: https://github.com/apache/lucene/pull/656#discussion_r802075985 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java ## @@ -253,6 +277,36 @@ public TopDocs search(String

[GitHub] [lucene] jtibshirani commented on a change in pull request #656: LUCENE-10382: Support filtering in KnnVectorQuery

2022-02-08 Thread GitBox
jtibshirani commented on a change in pull request #656: URL: https://github.com/apache/lucene/pull/656#discussion_r802075310 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java ## @@ -227,16 +231,36 @@ public TopDocs search(Strin

[GitHub] [lucene] jtibshirani edited a comment on pull request #656: LUCENE-10382: Support filtering in KnnVectorQuery

2022-02-08 Thread GitBox
jtibshirani edited a comment on pull request #656: URL: https://github.com/apache/lucene/pull/656#issuecomment-1032109021 I tried out the around stopping the HNSW search early if it visits too many docs. To test, I modified `KnnGraphTester` to create `acceptDocs` uniformly at random with a

[GitHub] [lucene] msokolov commented on a change in pull request #656: LUCENE-10382: Support filtering in KnnVectorQuery

2022-02-08 Thread GitBox
msokolov commented on a change in pull request #656: URL: https://github.com/apache/lucene/pull/656#discussion_r801992612 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java ## @@ -253,6 +277,36 @@ public TopDocs search(String fi

[jira] [Commented] (LUCENE-10398) Add static method for getting Terms from LeafReader

2022-02-08 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489078#comment-17489078 ] Greg Miller commented on LUCENE-10398: -- While I haven't looked into what it might

[jira] [Resolved] (LUCENE-10403) Add ArrayUtil#grow(T[])

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

[GitHub] [lucene] gsmiller closed pull request #661: LUCENE-10403: Add ArrayUtil#grow(T[])

2022-02-08 Thread GitBox
gsmiller closed pull request #661: URL: https://github.com/apache/lucene/pull/661 -- 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.

[jira] [Commented] (LUCENE-10403) Add ArrayUtil#grow(T[])

2022-02-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489072#comment-17489072 ] ASF subversion and git services commented on LUCENE-10403: -- Co

[GitHub] [lucene] gsmiller opened a new pull request #661: LUCENE-10403: Add ArrayUtil#grow(T[])

2022-02-08 Thread GitBox
gsmiller opened a new pull request #661: URL: https://github.com/apache/lucene/pull/661 Backporting -- 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-10403) Add ArrayUtil#grow(T[])

2022-02-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489026#comment-17489026 ] ASF subversion and git services commented on LUCENE-10403: -- Co

[GitHub] [lucene] gsmiller commented on pull request #644: LUCENE-10403: Add ArrayUtil#grow(T[])

2022-02-08 Thread GitBox
gsmiller commented on pull request #644: URL: https://github.com/apache/lucene/pull/644#issuecomment-1032888391 Thanks for the review @msokolov ! -- 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

[GitHub] [lucene] gsmiller merged pull request #644: LUCENE-10403: Add ArrayUtil#grow(T[])

2022-02-08 Thread GitBox
gsmiller merged pull request #644: URL: https://github.com/apache/lucene/pull/644 -- 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.

[jira] [Updated] (LUCENE-10190) Assertion error in TestIndexWriter.testMaxCompletedSequenceNumber

2022-02-08 Thread Nhat Nguyen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-10190: - Fix Version/s: 9.1 10.0 (main) Resolution: Fixed Status: Re

[jira] [Commented] (LUCENE-10190) Assertion error in TestIndexWriter.testMaxCompletedSequenceNumber

2022-02-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489014#comment-17489014 ] ASF subversion and git services commented on LUCENE-10190: -- Co

[GitHub] [lucene] dnhatn merged pull request #660: LUCENE-10190: Ensure changes are visible before advancing seqno (#640)

2022-02-08 Thread GitBox
dnhatn merged pull request #660: URL: https://github.com/apache/lucene/pull/660 -- 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...

[jira] [Commented] (LUCENE-10190) Assertion error in TestIndexWriter.testMaxCompletedSequenceNumber

2022-02-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489013#comment-17489013 ] ASF subversion and git services commented on LUCENE-10190: -- Co

[GitHub] [lucene] dnhatn merged pull request #659: LUCENE-10190: Ensure changes are visible before advancing seqno

2022-02-08 Thread GitBox
dnhatn merged pull request #659: URL: https://github.com/apache/lucene/pull/659 -- 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...

[jira] [Resolved] (LUCENE-10367) Use WANDScorer in CoveringQuery Can accelerate scorer time

2022-02-08 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-10367. --- Fix Version/s: 9.1 Resolution: Fixed > Use WANDScorer in CoveringQuery Can accelerat

[jira] [Commented] (LUCENE-10367) Use WANDScorer in CoveringQuery Can accelerate scorer time

2022-02-08 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488993#comment-17488993 ] Adrien Grand commented on LUCENE-10367: --- I pushed your change with some minor mod

[jira] [Commented] (LUCENE-10367) Use WANDScorer in CoveringQuery Can accelerate scorer time

2022-02-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488992#comment-17488992 ] ASF subversion and git services commented on LUCENE-10367: -- Co

[jira] [Commented] (LUCENE-10367) Use WANDScorer in CoveringQuery Can accelerate scorer time

2022-02-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488991#comment-17488991 ] ASF subversion and git services commented on LUCENE-10367: -- Co

[jira] [Resolved] (LUCENE-3331) consider allowing ScorerContext to specify that you dont need freqs/scores

2022-02-08 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-3331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-3331. -- Resolution: Duplicate This one got fixed long ago. :) > consider allowing ScorerContext to sp

[GitHub] [lucene] dnhatn opened a new pull request #660: LUCENE-10190: Ensure changes are visible before advancing seqno (#640)

2022-02-08 Thread GitBox
dnhatn opened a new pull request #660: URL: https://github.com/apache/lucene/pull/660 DocumentWriter#anyChanges() can return false after we process and generate a sequence number for an update operation; but before we adjust the numDocsInRAM. In this window of time, refreshes are noop,

[GitHub] [lucene] dnhatn opened a new pull request #659: LUCENE-10190: Ensure changes are visible before advancing seqno

2022-02-08 Thread GitBox
dnhatn opened a new pull request #659: URL: https://github.com/apache/lucene/pull/659 DocumentWriter#anyChanges() can return false after we process and generate a sequence number for an update operation; but before we adjust the numDocsInRAM. In this window of time, refreshes are noop,

[jira] [Commented] (LUCENE-10190) Assertion error in TestIndexWriter.testMaxCompletedSequenceNumber

2022-02-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488949#comment-17488949 ] ASF subversion and git services commented on LUCENE-10190: -- Co

[GitHub] [lucene] dnhatn merged pull request #640: LUCENE-10190: Ensure changes are visible before advancing seqno

2022-02-08 Thread GitBox
dnhatn merged pull request #640: URL: https://github.com/apache/lucene/pull/640 -- 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...

[GitHub] [lucene] dnhatn commented on pull request #640: LUCENE-10190: Ensure changes are visible before advancing seqno

2022-02-08 Thread GitBox
dnhatn commented on pull request #640: URL: https://github.com/apache/lucene/pull/640#issuecomment-1032734643 Thanks @jpountz. -- 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 commen

[GitHub] [lucene] jpountz commented on a change in pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-08 Thread GitBox
jpountz commented on a change in pull request #658: URL: https://github.com/apache/lucene/pull/658#discussion_r801605478 ## File path: lucene/core/src/java/org/apache/lucene/search/PointRangeQuery.java ## @@ -369,6 +369,54 @@ public Scorer scorer(LeafReaderContext context) thro

[GitHub] [lucene] gf2121 closed pull request #545: LUCENE-10319: make ForUtil#BLOCK_SIZE changeable

2022-02-08 Thread GitBox
gf2121 closed pull request #545: URL: https://github.com/apache/lucene/pull/545 -- 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...

[jira] [Comment Edited] (LUCENE-10378) Implement Weight#count on PointRangeQuery

2022-02-08 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488790#comment-17488790 ] Ignacio Vera edited comment on LUCENE-10378 at 2/8/22, 11:48 AM:

[jira] [Comment Edited] (LUCENE-10378) Implement Weight#count on PointRangeQuery

2022-02-08 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488790#comment-17488790 ] Ignacio Vera edited comment on LUCENE-10378 at 2/8/22, 11:48 AM:

[jira] [Comment Edited] (LUCENE-10378) Implement Weight#count on PointRangeQuery

2022-02-08 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488790#comment-17488790 ] Ignacio Vera edited comment on LUCENE-10378 at 2/8/22, 11:43 AM:

[jira] [Commented] (LUCENE-10378) Implement Weight#count on PointRangeQuery

2022-02-08 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488790#comment-17488790 ] Ignacio Vera commented on LUCENE-10378: --- Hi Gautam! Thanks for the PR but you ar

[jira] [Commented] (LUCENE-10378) Implement Weight#count on PointRangeQuery

2022-02-08 Thread Gautam Worah (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488718#comment-17488718 ] Gautam Worah commented on LUCENE-10378: --- Just added a draft PR. It took me a litt

[GitHub] [lucene] gautamworah96 opened a new pull request #658: LUCENE-10378 Implement Weight#count for PointRangeQuery

2022-02-08 Thread GitBox
gautamworah96 opened a new pull request #658: URL: https://github.com/apache/lucene/pull/658 # Description Implement Weight#count on PointRangeQuery. Also fixed a small style inconsistency that I noticed Issue: https://issues.apache.org/jira/browse/LUCENE-10378

[jira] [Resolved] (LUCENE-10410) Add some more tests for legacy encoding logic in DocIdsWriter

2022-02-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo resolved LUCENE-10410. --- Fix Version/s: 9.1 Resolution: Fixed > Add some more tests for legacy encoding logic in DocI

[jira] [Commented] (LUCENE-10410) Add some more tests for legacy encoding logic in DocIdsWriter

2022-02-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488700#comment-17488700 ] ASF subversion and git services commented on LUCENE-10410: -- Co

[GitHub] [lucene] gf2121 merged pull request #657: LUCENE-10410: Add more tests for legacy decoding logic in DocIdsWriter (Backport 9x)

2022-02-08 Thread GitBox
gf2121 merged pull request #657: URL: https://github.com/apache/lucene/pull/657 -- 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...

[GitHub] [lucene] gf2121 opened a new pull request #657: LUCENE-10410: Add more tests for legacy decoding logic in DocIdsWriter (Backport 9x)

2022-02-08 Thread GitBox
gf2121 opened a new pull request #657: URL: https://github.com/apache/lucene/pull/657 Backport of https://github.com/apache/lucene/pull/654 -- 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 sp

[jira] [Commented] (LUCENE-10410) Add some more tests for legacy encoding logic in DocIdsWriter

2022-02-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488676#comment-17488676 ] ASF subversion and git services commented on LUCENE-10410: -- Co

[GitHub] [lucene] gf2121 merged pull request #654: LUCENE-10410: Add more tests for legacy decoding logic in DocIdsWriter

2022-02-08 Thread GitBox
gf2121 merged pull request #654: URL: https://github.com/apache/lucene/pull/654 -- 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...

[jira] [Comment Edited] (LUCENE-10409) Improve BKDWriter's DocIdsWriter to better encode decreasing sequences of doc IDs

2022-02-08 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488607#comment-17488607 ] Feng Guo edited comment on LUCENE-10409 at 2/8/22, 8:15 AM:

[jira] [Created] (LUCENE-10411) Add NN vectors support to ExitableDirectoryReader

2022-02-08 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10411: - Summary: Add NN vectors support to ExitableDirectoryReader Key: LUCENE-10411 URL: https://issues.apache.org/jira/browse/LUCENE-10411 Project: Lucene - Core

[GitHub] [lucene] jpountz commented on a change in pull request #656: LUCENE-10382: Support filtering in KnnVectorQuery

2022-02-08 Thread GitBox
jpountz commented on a change in pull request #656: URL: https://github.com/apache/lucene/pull/656#discussion_r801354469 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java ## @@ -227,16 +231,36 @@ public TopDocs search(String fi