Indexing resources

Indexing DSE Search documents requires resources. You can automatically generate or create custom resources.

Indexing DSE Search documents requires these resources:
Schema.xml

Describes the fields to index in Solr and types associated with them. These fields map to Cassandra columns.

Solrconfig.xml

Holds configuration information for the index.

You can automatically generate these resources or you can use custom resources. The schema.xml and solrconfig.xml resources are persisted in the solr_admin.solr_resources database table.

Note: When you post schema or configuration files simultaneously, schema disagreements might occur and cause Solr errors.