[GitHub] [lucene] vsop-479 commented on issue #12524: Test failure in TestIndexWriter.testDeleteUnusedFiles on Windows 11
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 GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org
[GitHub] [lucene] Tony-X commented on issue #12536: Remove `lastPosBlockOffset` from term metadata for Lucene90PostingsFormat
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 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org
[GitHub] [lucene] PenghaiZhang opened a new issue, #12537: Missing documentation about how to get a PostingsEnum with Live docs
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. However, this parameter no long exists in version 5 where there are no documentations about how to achieve the same result. So can I request a documentation update to add documentations for those missing breaking changes ? Also, if the community can give me some ideas how to achieve there, it will be greatly helpful. -- 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.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org