Apache Solr v4 Topics

Download the PDF

Solr Wiki

This Guide covers Apache Solr v4.1.

Skip to end of metadata
Go to start of metadata

The solrconfig.xml file is the configuration file with the most parameters affecting Solr itself. While configuring Solr, you'll work with solrconfig.xml often. The file comprises a series of XML statements that set configuration values. In solrconfig.xml, you configure important features such as:

  • request handlers
  • listeners (processes that "listen" for particular query-related events; listeners can be used to trigger the execution of special code, such as invoking some common queries to warm-up caches)
  • the Request Dispatcher for managing HTTP communications
  • the Admin Web interface

The solrconfig.xml file is found in the solr/conf/ directory. The example file is well-commented, and includes information on best practices for most installations.

We've covered the options in the following sections:

More Information

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.