The IndexCommand class is abstract class for all commands working with indexes on ElasticSearch servers.
Command ← IndexCommand
- getIndex() - Returns name of index.
- setIndex(index) - Sets name of index.
getIndex(): string|null
setIndex(index: string)