Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 380 Bytes

File metadata and controls

22 lines (15 loc) · 380 Bytes

Class IndexCommand

The IndexCommand class is abstract class for all commands working with indexes on ElasticSearch servers.

Command ← IndexCommand

Methods

  • getIndex() - Returns name of index.
  • setIndex(index) - Sets name of index.

Method getIndex()

getIndex(): string|null

Method setIndex(index)

setIndex(index: string)