gsmiller commented on PR #12055:
URL: https://github.com/apache/lucene/pull/12055#issuecomment-1441957885

   @jpountz:
   
   > Do your queries early terminate somehow?
   
   Yes, our queries do terminate early. +1 to this explaining most of the large 
difference between the approaches in our case. 
   
   > OK I think I better understand the concern around the slowness with 
NIOFSDirectory now [...]
   
   Interesting. Thanks for describing the issue a bit more. I'll try to spend a 
little time digging into this as well to make sure I understand the concern a 
bit better as well.
   
   I'll post another revision here soon that introduces this rewrite logic as a 
new rewrite method (as discussed) and will also remove the changes to 
`TermInSetQuery` for now in favor of having `TermInSetQuery` extend 
`MultiTermQuery` (#12156).


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to