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

   ### Description
   
   Currently using the `ExitableDirectoryReader` will render some optimizations 
for Singleton Numeric/SortedDocValues useless since it covers up whether the 
returned `SortedSetDocValues` or `SortedNumericDocValues` are singletons.
   
   The fix is to check if they are singletons, and if so then filter the 
unwrapped singleton and then re-wrap it.
   


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