gsmiller opened a new pull request, #12289:
URL: https://github.com/apache/lucene/pull/12289

   ### Description
   
   Right now, `FilterTerms#intersect` is picking up the default implementation 
from `Terms`, which hides any custom implementation provided by the wrapped 
`Terms` instance. This is unfortunate since some `Terms` implementations 
provide optimized intersection logic (e.g., BlockTree's 
`FieldReader#intersect`). We should instead delegate to the wrapped `Terms` 
instance.
   


-- 
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