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

Ishan Chattopadhyaya commented on SOLR-13350:
---------------------------------------------

bq. w.r.t. the patch to disable, could you help me understand why SearchHandler 
needs to change? My understanding is that externally passed in parameters would 
be distributed by default.

You're right, I tested it without the change to SearchHandler and it works. I 
wasn't seeing that parameter being distributed, and now I can't understand why 
that happened. Possibly, I was looking at the wrong place.

bq. w.r.t. the documentation and diagnostic logging PR – 
https://github.com/apache/solr/pull/2596 – I've tentatively updated it to 
include the change in the default i.e. disabled by default.

Thanks, I'll look at the PR.

> Explore collector managers for multi-threaded search
> ----------------------------------------------------
>
>                 Key: SOLR-13350
>                 URL: https://issues.apache.org/jira/browse/SOLR-13350
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Ishan Chattopadhyaya
>            Assignee: Ishan Chattopadhyaya
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 9.7
>
>         Attachments: SOLR-13350-disable-multithreading-by-default.patch, 
> SOLR-13350-pre-PR-2508.patch, SOLR-13350.patch, SOLR-13350.patch, 
> SOLR-13350.patch
>
>          Time Spent: 17h 10m
>  Remaining Estimate: 0h
>
> AFAICT, SolrIndexSearcher can be used only to search all the segments of an 
> index in series. However, using CollectorManagers, segments can be searched 
> concurrently and result in reduced latency. Opening this issue to explore the 
> effectiveness of using CollectorManagers in SolrIndexSearcher from latency 
> and throughput perspective.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to