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
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
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