[GitHub] [lucene] kaivalnp commented on pull request #12160: Concurrent rewrite for KnnVectorQuery

2023-02-26 Thread via GitHub
kaivalnp commented on PR #12160: URL: https://github.com/apache/lucene/pull/12160#issuecomment-1445321096 Thanks! I wasn't sure where to add the entry.. I have currently put it under Lucene 10 -> Optimizations Please let me know if you feel this should be someplace else -- This i

[GitHub] [lucene] jpountz opened a new pull request, #12170: Lazily resolve ordinals when merging.

2023-02-26 Thread via GitHub
jpountz opened a new pull request, #12170: URL: https://github.com/apache/lucene/pull/12170 The default implementation of merging doc values resolves the ordinal of a document in `nextDoc()`. But sometimes, doc values iterators are consumed without retrieving ordinals, e.g. to write the set