Configuring multithreaded queries

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

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>