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

ASF subversion and git services commented on LUCENE-8865:
---------------------------------------------------------

Commit 4165184b16027d5b66f3ad97806cf6e4425e466f in lucene-solr's branch 
refs/heads/branch_8x from Simon Willnauer
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=4165184 ]

LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor 
(#725)

Today we don't utilize the incoming thread for a search when IndexSearcher
has an executor. This thread is only idling but can be used to execute a search
once all other collectors are dispatched.

>  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
>          Time Spent: 1h 50m
>  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