HoustonPutman commented on code in PR #2681:
URL: https://github.com/apache/solr/pull/2681#discussion_r1737099868


##########
solr/server/solr/configsets/_default/conf/solrconfig.xml:
##########
@@ -656,6 +656,10 @@
 
   <!-- Primary search handler, expected by most clients, examples and UI 
frameworks -->
   <requestHandler name="/select" class="solr.SearchHandler">
+    <shardHandlerFactory name="shardHandlerFactory" 
class="${shardHandlerFactory:ParallelHttpShardHandlerFactory}">

Review Comment:
   I didn't even know this was an option in the solrconfig.xml! Should we make 
this an option in the solr.xml instead, since that is where it is configured 
currently?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to