[ https://issues.apache.org/jira/browse/SOLR-13350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872978#comment-17872978 ]
Christine Poerschke commented on SOLR-13350: -------------------------------------------- bq. ... Note especially that one needs to pay attention to how many segments are generated in the test index if one wants to convince Lucene to make multiple tasks. ... Just noting (beyond the scope of this JIRA task here) that Lucene 9.12 would be adding a {{targetSearchConcurrency}} parameter in the tiered and log merge policies. https://github.com/apache/solr/pull/2640 opened as a reminder for us to document that -- no code change will be needed since via the https://github.com/apache/solr/blob/releases/solr/9.6.1/solr/core/src/java/org/apache/solr/index/SimpleMergePolicyFactory.java#L58 setters in the factory the parameter automatically becomes available. > 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: 20h 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