Set the location of search indexes

Data that is added to a DSE Search node is locally indexed on the DSE node. Data changes to one node also apply to the other nodes. DSE Search has its own indexing documents. You can control where the DSE Search indexing documents are saved.

It is critical that you locate DSE Apache Cassandra transactional data and Solr-based DSE Search data on separate Solid State Drives (SSDs).

Using the same SSD for both types of data is likely to cause sub-optimal search indexing performance.

By default, each DSE Search index is saved in solr_data_dir/keyspace_name.table_name or as specified by the dse.solr.data.dir system property. The dataDir parameter in the solrconfig.xml file is not supported.

  1. Shut down the search node.

  2. Move the solr.data directory to the new location.

  3. Specify the location on the command line or in dse.yaml:

    • Set on the command line to change the location dynamically or temporarily:

      cd INSTALL_DIRECTORY &&
      bin/dse cassandra -s -Ddse.solr.data.dir=DATA_DIRECTORY
    • Set in dse.yaml to change the location permanently:

      solr_data_dir: DATA_DIRECTORY

    Where DATA_DIRECTORY is the new path to the solr.data directory. For example:

    solr_data_dir: /var/lib/cassandra/solr.data
  4. Start the node.

Was this helpful?

Give Feedback

How can we improve the documentation?

© Copyright IBM Corporation 2026 | Privacy policy | Terms of use Manage Privacy Choices

Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries. Kubernetes is the registered trademark of the Linux Foundation.

General Inquiries: Contact IBM