You are here

protected property ElasticsearchTest::$indexId in Elasticsearch Connector 8.2

Same name and namespace in other branches
  1. 8 src/Tests/ElasticsearchTest.php \Drupal\elasticsearch_connector\Tests\ElasticsearchTest::indexId

A Search API index ID.

Type: string

File

src/Tests/ElasticsearchTest.php, line 32

Class

ElasticsearchTest
Tests index and search capabilities using the elasticsearch backend.

Namespace

Drupal\elasticsearch_connector\Tests

Code

protected $indexId = 'elasticsearch_index';