benwtrent commented on issue #15561:
URL: https://github.com/apache/lucene/issues/15561#issuecomment-3731125883

   @shubhamvishu we use cost to determine if we should do exact search or not. 
If we do exact search, we don't need the bitset. It seems weird to always build 
the bitset just to figure out the supposedly approximate cost.
   
   Either we should have something called "approximate cost" and it's cheap and 
keep cost or switch the implementation to not fully realize the bitset
   
   Right?


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