eumus opened a new pull request, #12827: URL: https://github.com/apache/lucene/pull/12827
### Description TermIntervalsSource isn't ancestor of PayloadFilteredTermIntervalsSource, so casting to it causes an ClassCastException. Here's a trivial fix and a test. Because of this bug, I for example wasn't unable to wrap PayloadFilteredTermIntervalsSources with a MinimumShouldMatchIntervalsSource, as it tries to deduplicate wrapped intervals using equals inside UnorderedIntervalsSource.deduplicate() method -- 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