Commands: Indexes: Delete
DeleteIndex is used to remove an index from a database.
Syntax
public void deleteIndex(final String name);
Parameters | ||
---|---|---|
name | String | name of an index to delete |
Example
store.getDatabaseCommands().deleteIndex("Orders/Totals");