NightOwl888 commented on issue #763:
URL: https://github.com/apache/lucenenet/issues/763#issuecomment-1685294114

   > Has anyone opened a Lucene java issue with the ideas here? I am no expert 
on async/await but I do think this is a gap in Lucene java. Search is often IO 
bound and it's crazy that Lucene java's design must stall a whole thread 
waiting from the IO reads, blocking getting the other IO requests shortly 
necessary to continue the search. Maybe the new virtual threads (in JDK 21) 
somehow helps here, not sure.
   
   There is no open issue that I am aware of. However, I agree it would be a 
great addition. ASP.NET Core and other common UI frameworks tend to use 
async/await support throughout and fitting Lucene into the picture requires 
blocking IO. Being able to do an async search would be a nicer fit for these UI 
frameworks. 


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

Reply via email to