romseygeek commented on issue #12318:
URL: https://github.com/apache/lucene/issues/12318#issuecomment-1576322597

   Yes, I'd say `match` is unlikely to do any actual IO unless you're 
explicitly using an on-disk directory (ie not MMapDirectory or 
ByteBuffersDirectory) for the query index.  So it will all be CPU-bound and 
there won't really be any opportunities to hand off to another thread while 
waiting for disk.


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