Adding and viewing index resources

Resource files are stored in the Cassandra database. Use dsetool to read and add resources that are associated with a DSE Search index. You can also use the Solr Admin to view resources.

Resource files are stored in the Cassandra database. Use dsetool to read and add resources that are associated with a DSE Search index.

You can also use the Solr Admin to view resources. Retrieving and viewing resources returns the last uploaded resource, even if the resource is not the one currently in use.

Adding index resources 

Use dsetool write_resource to add resources. For example, additional Solr core configurations like stop words:
dsetool write_resource keyspace.table name=stopwords.txt file=/path/to/stopwords.txt
You can configure the maximum resource file size or disable resource upload. with the Solr resource upload limit option in dse.yaml.
The location of the dse.yaml file depends on the type of installation:
Installer-Services /etc/dse/dse.yaml
Package installations /etc/dse/dse.yaml
Installer-No Services install_location/resources/dse/conf/dse.yaml
Tarball installations install_location/resources/dse/conf/dse.yaml

Viewing index resources 

Use dsetool read_resource to read resources.
dsetool read_resource keyspace.table name=stopwords.txt file=/path/to/stopwords.txt