[GitHub] [lucene] gsmiller merged pull request #1062: Optimize TermInSetQuery for terms that match all docs in a segment

2022-08-23 Thread GitBox
gsmiller merged PR #1062: URL: https://github.com/apache/lucene/pull/1062 -- 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.apac

[GitHub] [lucene] gsmiller commented on pull request #1062: Optimize TermInSetQuery for terms that match all docs in a segment

2022-08-23 Thread GitBox
gsmiller commented on PR #1062: URL: https://github.com/apache/lucene/pull/1062#issuecomment-1224477977 Thanks @LuXugang! Merged and backported. -- 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 th

[GitHub] [lucene] vigyasharma commented on pull request #1057: LUCENE-10670: Add a codec class to track merge time of each index part

2022-08-23 Thread GitBox
vigyasharma commented on PR #1057: URL: https://github.com/apache/lucene/pull/1057#issuecomment-1224694259 > it uses `instanceof`: https://github.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/codecs/lucene90/compressing/Lucene90CompressingStoredFieldsWriter.java#L686

[GitHub] [lucene] jmazanec15 commented on issue #11354: Reuse HNSW graphs when merging segments? [LUCENE-10318]

2022-08-23 Thread GitBox
jmazanec15 commented on issue #11354: URL: https://github.com/apache/lucene/issues/11354#issuecomment-1224742978 > Removing nodes and repairing the graph could be a nice direction. But for now we can keep things simple and assume there's a segment without deletes. If that's looking good and