[GitHub] [lucene] Deepika0510 commented on pull request #12345: LUCENE-10641: IndexSearcher#setTimeout should also abort query rewrites, point ranges and vector searches

2023-09-17 Thread via GitHub
Deepika0510 commented on PR #12345: URL: https://github.com/apache/lucene/pull/12345#issuecomment-1722444781 @jpountz To wrap all the leaves, we would need to wrap ReaderContext classes along with LeafReader classes as well right? Since, we generally access the leaves through the ReaderCont

[GitHub] [lucene] Shradha26 opened a new pull request, #12563: Branch 9 7

2023-09-17 Thread via GitHub
Shradha26 opened a new pull request, #12563: URL: https://github.com/apache/lucene/pull/12563 [Draft] Test case to replicate maxDoc == 0 when using IntTaxonomyFacets -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [lucene] Shradha26 commented on issue #12558: IntTaxonomyFacets chooses dense values array when FacetsCollector has no MatchingDocs

2023-09-17 Thread via GitHub
Shradha26 commented on issue #12558: URL: https://github.com/apache/lucene/issues/12558#issuecomment-1722494326 Hey @gsmiller, thanks for looking at the issue. Here's a draft PR for a test case that replicates this state: https://github.com/apache/lucene/pull/12563. The test ``testMaxDocIsN