Creating a search index with default values
Use the DataStax Enterprise CREATE SEARCH INDEX to generate a search index for an existing table that is automatically distributed to all search nodes.
The search index (schema and config) is generated using default values.
The schema and config are stored internally in the solr_admin.resources
table and displayed in XML format.
Create a search index on an existing table.
CREATE SEARCH INDEX ON <keyspace_name>.<table_name>;
All columns are indexed using the default settings.