dsetool stop_core_reindex
Stops reindexing for the specified search index on the node where the command is run. Optionally, specify a timeout in minutes so that the core waits to stop reindexing until the specified timeout is reached, then gracefully stops the indexing. The default timeout is 1 minute.
Synopsis
dsetool stop_core_reindex keyspace_name.table_name [timeout_min]Syntax conventions
| Syntax conventions | Description | 
|---|---|
| UPPERCASE | Literal keyword. | 
| Lowercase | Not literal. | 
| 
 | Variable value. Replace with a valid option or user-defined value. | 
| 
 | Optional.
Square brackets (  | 
| 
 | Group.
Parentheses (  | 
| 
 | Or.
A vertical bar (  | 
| 
 | Repeatable.
An ellipsis (  | 
| 
 | Single quotation (  | 
| 
 | Map collection.
Braces (  | 
| 
 | Set, list, map, or tuple.
Angle brackets (  | 
| 
 | End CQL statement.
A semicolon (  | 
| 
 | Separate the command line options from the command arguments with two hyphens (  | 
| 
 | Search CQL only: Single quotation marks (  | 
| 
 | Search CQL only: Identify the entity and literal value to overwrite the XML element in the schema and solrconfig files. | 
- keyspace_name.table_name
- 
Required. The keyspace and table names of the search index. Keyspace and table names are case-sensitive. Enclose names that contain uppercase in double quotation marks. 
- timeout_min
- 
The number of minutes to wait to gracefully stop the indexing. 
Examples
To stop reindexing after the default 1 minute timeout:
dsetool stop_core_reindex demo.health_dataresults in the following message if successful:
Successfully stopped reindex for core demo.health_data on host 10.200.182.8To reindexing after 6 minutes:
dsetool stop_core_reindex demo.health_data 6