[GitHub] [lucene] vsop-479 commented on issue #12524: Test failure in TestIndexWriter.testDeleteUnusedFiles on Windows 11

2023-09-03 Thread via GitHub
vsop-479 commented on issue #12524: URL: https://github.com/apache/lucene/issues/12524#issuecomment-1704323418 @vigyasharma I tried running the test on Windows10 and it passed too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [lucene] Tony-X commented on issue #12536: Remove `lastPosBlockOffset` from term metadata for Lucene90PostingsFormat

2023-09-03 Thread via GitHub
Tony-X commented on issue #12536: URL: https://github.com/apache/lucene/issues/12536#issuecomment-1704363702 I quickly tried this out and realized it doesn't work when we need to skip with the skip lists we we lost track of how many positions that got skipped. -- This is an automated mes

[GitHub] [lucene] PenghaiZhang opened a new issue, #12537: Missing documentation about how to get a PostingsEnum with Live docs

2023-09-03 Thread via GitHub
PenghaiZhang opened a new issue, #12537: URL: https://github.com/apache/lucene/issues/12537 ### Description In version 4, method like `TermsEnum.docs` and `MultiFields.getTermDocsEnum` take a parameter of `liveDocs` which can be used to filter out bits that should not be returned.