[ 
https://issues.apache.org/jira/browse/LUCENE-8865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16868508#comment-16868508
 ] 

Uwe Schindler commented on LUCENE-8865:
---------------------------------------

Using Executor is also much better if you want a completely different type of 
thread pool. Having the most abstract and simple interface for 
submitting/executing jobs is nice.

>  Use incoming thread for execution if IndexSearcher has an executor
> -------------------------------------------------------------------
>
>                 Key: LUCENE-8865
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8865
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Simon Willnauer
>            Priority: Major
>             Fix For: master (9.0), 8.2
>
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> Today we don't utilize the incoming thread for a search when IndexSearcher
>     has an executor. This thread is only idleing but can be used to execute a 
> search
>     once all other collectors are dispatched.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to