• Home
  • LLMs
  • Docker
  • Kubernetes
  • Java
  • Python
  • Ubuntu
  • Maven
  • Archived
  • About
Apache Solr | solrconfig.xml
  1. "solrconfig.xml": structure
  2. Init parameters
  3. Request handlers
  4. Search components
  5. Query response writers
  6. Update processors

  1. "solrconfig.xml": structure
    Visit the Solr Wiki page for more information: https://cwiki.apache.org/confluence/display/solr/SolrConfigXml

    See these sample SolrConfig files for more information (9.1.1):
    ► ${SOLR_HOME}/configsets/_default/conf/solrconfig.xml
    ► ${SOLR_HOME}/configsets/sample_techproducts_configs/conf/solrconfig.xml

  2. Init parameters
  3. Request handlers
    Visit the Solr wiki page for more information: https://wiki.apache.org/solr/SolrRequestHandler



  4. Search components
    Visit the Solr wiki page for more information: https://wiki.apache.org/solr/SearchComponent

    By default, the following search components are available:

    By default, the following search components have a custom configuration:
  5. Query response writers
    Visit the Solr wiki page for more information: https://wiki.apache.org/solr/QueryResponseWriter

    By default, the following query response writers are available:

    By default, the following query response writers have a custom configuration:


  6. Update processors
    Visit the Solr wiki page for more information: https://wiki.apache.org/solr/UpdateRequestProcessor


© 2025  mtitek