Cluster |
class |
Drupal\elasticsearch_connector\Entity |
src/Entity/Cluster.php |
Defines the search server configuration entity. |
|
7 |
|
ClusterDeleteForm |
class |
Drupal\elasticsearch_connector\Form |
src/Form/ClusterDeleteForm.php |
Defines a confirmation form for deletion of a custom menu. |
|
|
|
ClusterForm |
class |
Drupal\elasticsearch_connector\Form |
src/Form/ClusterForm.php |
Provides a form for the Cluster entity. |
|
|
|
ClusterListBuilder |
class |
Drupal\elasticsearch_connector\Controller |
src/Controller/ClusterListBuilder.php |
Provides a listing of Clusters along with their indices. |
|
|
|
DESConnector |
class |
Drupal\elasticsearch_connector\DESConnector |
src/DESConnector/DESConnector.php |
Drupal Elasticsearch Interface. |
2 |
|
|
DESConnector81 |
class |
Drupal\elasticsearch_connector\DESConnector |
src/DESConnector/DESConnector81.php |
Drupal Elasticsearch Interface. |
|
|
|
DESConnector82 |
class |
Drupal\elasticsearch_connector\DESConnector |
src/DESConnector/DESConnector82.php |
Drupal Elasticsearch Interface. |
|
|
|
DESConnectorInterface |
interface |
Drupal\elasticsearch_connector\DESConnector |
src/DESConnector/DESConnectorInterface.php |
Drupal Elasticsearch Interface. |
3 |
|
|
ElasticsearchController |
class |
Drupal\elasticsearch_connector\Controller |
src/Controller/ElasticsearchController.php |
Provides route responses for elasticsearch clusters. |
|
|
|
ElasticsearchTest |
class |
Drupal\elasticsearch_connector\Tests |
src/Tests/ElasticsearchTest.php |
Tests index and search capabilities using the elasticsearch backend. |
|
|
|
Index |
class |
Drupal\elasticsearch_connector\Entity |
src/Entity/Index.php |
Defines the search server configuration entity. |
|
2 |
|
IndexDeleteForm |
class |
Drupal\elasticsearch_connector\Form |
src/Form/IndexDeleteForm.php |
Defines a confirmation form for deletion of a custom menu. |
|
|
|
IndexForm |
class |
Drupal\elasticsearch_connector\Form |
src/Form/IndexForm.php |
Form controller for node type forms. |
|
|
|
SearchApiElasticsearchBackend |
class |
Drupal\elasticsearch_connector\Plugin\search_api\backend |
src/Plugin/search_api/backend/SearchApiElasticsearchBackend.php |
Plugin annotation
@SearchApiBackend(
id = "elasticsearch",
label = @Translation("Elasticsearch"),
description = @Translation("Index items using an Elasticsearch server.")
) |
|
|
|