index property

String index
getter/setter pairinherited

Refers to an index of the Elasticsearch cluster.

Note: Multiple indexes can be connected to Elasticsearch by specifying comma-separated index names.

Implementation

late String index;