dsmiley commented on code in PR #2596:
URL: https://github.com/apache/solr/pull/2596#discussion_r1704478214


##########
solr/solr-ref-guide/modules/query-guide/pages/common-query-parameters.adoc:
##########
@@ -408,7 +408,7 @@ Similar to using <<timeAllowed Parameter,the `timeAllowed` 
Parameter>>, when ear
 |===
 
 This parameter set to `true` or `false` controls if Solr may use more than one 
thread to satisfy the request.
-It presently is only considered for QueryComponent to search across Lucene's 
segments in parallel and the 
xref:configuration-guide:configuring-solr-xml.adoc#indexSearcherExecutorThreads[indexSearcherExecutorThreads]
 value can be customised in the `solr.xml` file.
+A `true` value presently allows QueryComponent to search across Lucene's 
segments in parallel, and the 
xref:configuration-guide:configuring-solr-xml.adoc#indexSearcherExecutorThreads[indexSearcherExecutorThreads]
 value can be customised in the `solr.xml` file. This is a new parameter and is 
considered experimental and subject to change or removal in subsequent 
releases. Please share your feedback and experiences with it on our mailing 
lists.

Review Comment:
   Isn't it more specifically IndexSearcher ?



-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to