Configuring multithreaded queries

Setting the query executor threads parameter in the solrconfig.xml file.

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