index property

String? index
final

Refers to an index of the Elasticsearch cluster.

If not defined, then value will be inherited from SearchBaseProvider. Note: Multiple indexes can be connected to Elasticsearch by specifying comma-separated index names.

Implementation

final String? index;