Configuring multi-threaded queries

You can set the query executor threads parameter in solrconfig.xml to enable multi-threading for filter queries, normal queries, and doc values facets.

You can set the query executor threads parameter in the solrconfig.xml file to enable multi-threading for filter queries, normal queries, and doc values facets.
<queryExecutorThreads>4</queryExecutorThreads>