You are here

9 calls to IndexFactory::index() in Elasticsearch Connector 8.2

IndexFactory::bulkDelete in src/ElasticSearch/Parameters/Factory/IndexFactory.php
Build parameters to bulk delete indexes.
IndexFactory::bulkIndex in src/ElasticSearch/Parameters/Factory/IndexFactory.php
Build parameters to bulk delete indexes.
IndexFactory::mapping in src/ElasticSearch/Parameters/Factory/IndexFactory.php
Build parameters required to create an index mapping TODO: We need also: $params['index'] - (Required) ['type'] - The name of the document type ['timeout'] - (time) Explicit operation timeout
SearchApiElasticsearchBackend::addIndex in src/Plugin/search_api/backend/SearchApiElasticsearchBackend.php
Adds a new index to this server.
SearchApiElasticsearchBackend::doesTypeExists in src/Plugin/search_api/backend/SearchApiElasticsearchBackend.php
Helper function, check if the type exists.
SearchApiElasticsearchBackend::fieldsUpdated in src/Plugin/search_api/backend/SearchApiElasticsearchBackend.php
SearchApiElasticsearchBackend::removeIndex in src/Plugin/search_api/backend/SearchApiElasticsearchBackend.php
Removes an index from this server.
SearchApiElasticsearchBackend::search in src/Plugin/search_api/backend/SearchApiElasticsearchBackend.php
Executes a search on this server.
SearchBuilder::build in src/ElasticSearch/Parameters/Builder/SearchBuilder.php