This topic describes the VMware Tanzu GemFire Search destroy
command.
Tanzu GemFire Search uses the Lucene name in syntax and APIs.
The destroy lucene index
command destroys or removes the specified Tanzu GemFire Search index. For details about Tanzu GemFire Search, see Tanzu GemFire Search Integration.
Availability: Online. To use this command, you must be connected to a JMX Manager member in gfsh
.
Syntax
destroy lucene index --region=value [--name=value]
Parameters
Name | Description |
---|---|
‑‑region | Required. Name of the region from which indexes are to be removed. |
‑‑name | Name of the index to be removed. If no --name option is specified, all indexes associated with the region are destroyed. |
Example Commands
destroy lucene index --region=region1
destroy lucene index --region=region1 --name=MyKeyIndex
Additional gfsh Commands
For additional Tanzu GemFire Search gfsh
commands, see the following:
Content feedback and comments