dweiss opened a new issue, #15964:
URL: https://github.com/apache/lucene/issues/15964

   ### Description
   
   The refactoring in commit d50fb36d9af changed the semantics of 
cachedQueries():
   
     - Old behavior: Returned a list of unique queries (one entry per distinct 
query, regardless of how many segments it's cached in)
     - New behavior: Returns one entry per (segment, query) pair across all 
partitions — so the same query appears multiple times if it's cached in 
multiple segments
   
   The test `testClearFilter` is still expecting one unique cached query but 
this can no longer be true if there are multiple segments.
   
   ### Version and environment details
   
   _No response_


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