Search indexing overview
In DSE Search, a search index is an Apache Solr™ core. Each DSE Search index uses an internally stored index configuration pair (schema.xml and solrconfig.xml) that is automatically generated when the index is created.
- Search index Quickstart
-
An introductory quickstart to Search indexing.
- Search commands
-
Overview of the integrated CQL search index commands for DSE Search.
- Adjusting timeout for index management
-
Increase the timeout period when working with large datasets.
- Creating an index
-
Create a search index on an existing table.
- Managing search index fields
-
Add, remove, and change indexing definitions for table columns in the search index schema.
- Configuring search index joins
-
Modify the search index schema to enable or disable search index joins across tables.
- Reloading the search index
-
Steps to reload a search index to make the pending search index active.
- Removing a search index
-
Drop a search index from a table and delete all related data.
- Updating the index after data expires (TTL)
-
Configure purge of expired and deleted data.
- Inserting, updating, and deleting data
-
Steps for updating a CQL-based search index.