---
title: "SolrConfig Parameters"
manual: "Apache Solr for TYPO3"
version: "13.1"
permalink: "https://docs.typo3.org/permalink/apache-solr-for-typo3/solr:solrconfig-parameters@13.1"
source: "Solr/SolrConfig.rst"
modified: "2026-09-16T15:16:05+00:00"
---

# SolrConfig Parameters

There are several parameters in the solrconfig.xml that can be used to tune your Solr server.
Our solrconfig.xml is designed to ship a reasonable configuration for the most standard use cases.

For use cases with very large indexes or high performance requirements it makes sence to tune those parameters

## indexConfig.useCompoundFile

This value is "true" by default in our configuration. By setting this value to true Solr only writes one file
for indexes instead of many. This is a little bit slower but more robust to prevent errors with "Too many open files".
