Indexing

To create an index of DSE Search/Solr documents, you can automatically generate resources or use custom resources.

To create an index of DSE Search/Solr documents, you automatically generate these resources or use custom resources.

  • Schema.xml

    Describes the fields to index in Solr and types associated with them. These fields map to Cassandra columns. To route search requests to the appropriate nodes, the schema needs a unique key.

  • Solrconfig.xml

    Holds configuration information for query handlers and Solr-specific caches.

When users post schema or configuration files simultaneously, schema disagreements can occur. This causes Solr errors.

Note: Do not make schema changes on hot production systems.