Re: [PR] Check `Terms#intersect` in CheckIndex. [lucene]

2023-12-12 Thread via GitHub
jpountz merged PR #12925: URL: https://github.com/apache/lucene/pull/12925 -- 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.apa

Re: [PR] Check `Terms#intersect` in CheckIndex. [lucene]

2023-12-12 Thread via GitHub
mikemccand commented on PR #12925: URL: https://github.com/apache/lucene/pull/12925#issuecomment-1851987006 > With this change, `TestLucene90PostingsFormat` now exhibits #12895. Oooh that's aweosme! I'll review. -- This is an automated message from the Apache Git Service. To respon

[PR] Check `Terms#intersect` in CheckIndex. [lucene]

2023-12-12 Thread via GitHub
jpountz opened a new pull request, #12925: URL: https://github.com/apache/lucene/pull/12925 This commit adds coverage to `Terms#intersect` to `CheckIndex` and indexes `LineFileDocs` in `BasePostingsFormatTestCase` to get some coverage with real-world data. With this change, `TestLuce