mikemccand opened a new pull request, #12535:
URL: https://github.com/apache/lucene/pull/12535
Spinoff from [this shocking build
failure](https://lists.apache.org/thread/t79ctdmql0j7v4s8gd9ovk6z7lzrl0w9).
The OS will pick a free socket address to bind to since we pass `0`, and we
tel
Tony-X opened a new issue, #12536:
URL: https://github.com/apache/lucene/issues/12536
### Description
`lastPosBlockOffset` is used to identify the last non-packed-encoded
positions block. The same information can be derived use `totalTermFreq`.
This could save space taken by th
Tony-X commented on issue #12513:
URL: https://github.com/apache/lucene/issues/12513#issuecomment-1704001133
Now that I think about it, I don't think we really need to store
`lastPosBlockOffset` in the term metadata, because we can instead use
`totalTermFreq` to track if we are reading the