jpountz commented on PR #12490: URL: https://github.com/apache/lucene/pull/12490#issuecomment-1696471610
This change is ready for review. - `TermQuery` and `FeatureQuery` implement the new API. - To keep the PR small, `PhraseQuery`, `ConstantScoreQuery` and `SynonymQuery` do not implement this new API even though they could, I left TODOs. - `BooleanQuery` and `DisjunctionMaxQuery` take advantage of the new API to only wrap iterators of inner clauses with an `ImpactsDISI` when appropriate and get a speedup. -- 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