You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/02/23 09:36:26 UTC

[GitHub] [lucene] jpountz opened a new pull request #702: LUCENE-10382: Use `IndexReaderContext#id` to check reader identity.

jpountz opened a new pull request #702:
URL: https://github.com/apache/lucene/pull/702


   `KnnVectorQuery` currently uses the index reader's hashcode to make sure that
   the query it builds runs on the right reader. We had added
   `IndexContextReader#id` a while back for a similar purpose with `TermStates`,
   let's reuse it?


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] jpountz merged pull request #702: LUCENE-10382: Use `IndexReaderContext#id` to check reader identity.

Posted by GitBox <gi...@apache.org>.
jpountz merged pull request #702:
URL: https://github.com/apache/lucene/pull/702


   


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org