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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to