Modified: sites/solr/guide/solr/9_7/configuration-guide/configuring-solr-xml.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_7/configuration-guide/configuring-solr-xml.html?rev=1087210&r1=1087209&r2=1087210&view=diff ============================================================================== --- sites/solr/guide/solr/9_7/configuration-guide/configuring-solr-xml.html (original) +++ sites/solr/guide/solr/9_7/configuration-guide/configuring-solr-xml.html Wed Aug 14 15:24:25 2024 @@ -1366,6 +1366,10 @@ This pool is shared for all cores of the The default value is equal to the number of processors.</p> </div> </dd> +</dl> +</div> +<div id="indexSearcherExecutorThreads" class="dlist"> +<dl> <dt class="hdlist1"><code>indexSearcherExecutorThreads</code></dt> <dd> <table class="tableblock frame-none grid-all fit-content">
Modified: sites/solr/guide/solr/9_7/query-guide/common-query-parameters.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_7/query-guide/common-query-parameters.html?rev=1087210&r1=1087209&r2=1087210&view=diff ============================================================================== --- sites/solr/guide/solr/9_7/query-guide/common-query-parameters.html (original) +++ sites/solr/guide/solr/9_7/query-guide/common-query-parameters.html Wed Aug 14 15:24:25 2024 @@ -1819,6 +1819,27 @@ For example, setting <code>cpuAllowed=50 </div> </div> <div class="sect1"> +<h2 id="multithreaded-parameter"><a class="anchor" href="#multithreaded-parameter"></a>multiThreaded Parameter</h2> +<div class="sectionbody"> +<table class="tableblock frame-none grid-all fit-content"> +<colgroup> +<col> +<col> +</colgroup> +<tbody> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock">Optional</p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock">Default: <code>false</code></p></td> +</tr> +</tbody> +</table> +<div class="paragraph"> +<p>This parameter set to <code>true</code> or <code>false</code> controls if Solr may use more than one thread to satisfy the request. +A <code>true</code> value presently allows the IndexSearcher to search across Lucene’s segments in parallel, and the <a href="../configuration-guide/configuring-solr-xml.html#indexSearcherExecutorThreads" class="xref page">indexSearcherExecutorThreads</a> value can be customised in the <code>solr.xml</code> file. This parameter is ignored in the presence of <code>&segmentsTerminateEarly=true</code> (future work may enable it). 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.</p> +</div> +</div> +</div> +<div class="sect1"> <h2 id="omitheader-parameter"><a class="anchor" href="#omitheader-parameter"></a>omitHeader Parameter</h2> <div class="sectionbody"> <table class="tableblock frame-none grid-all fit-content">
