[GitHub] [lucene] mikemccand opened a new pull request, #12535: LockVerifyServer does not need to reuse addresses nor set accept timeout

2023-09-02 Thread via GitHub
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

[GitHub] [lucene] Tony-X opened a new issue, #12536: Remove `lastPosBlockOffset` from term metadata for Lucene90PostingsFormat

2023-09-02 Thread via GitHub
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

[GitHub] [lucene] Tony-X commented on issue #12513: Try out a tantivy's term dictionary format

2023-09-02 Thread via GitHub
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