2016-12-15 17:59:13 +01:00
|
|
|
.. _connections:
|
|
|
|
|
|
|
|
Connections
|
|
|
|
===========
|
|
|
|
|
|
|
|
See Concept of :ref:`concepts_connections` for further background information.
|
|
|
|
|
|
|
|
The extension provides the following connections out of the box:
|
|
|
|
|
|
|
|
.. _Elasticsearch:
|
|
|
|
|
|
|
|
Elasticsearch
|
|
|
|
-------------
|
|
|
|
|
|
|
|
Integrates `elastic Elasticsearch`_ using `elastica`_ into TYPO3.
|
|
|
|
|
|
|
|
Provides basic support like indexing without mappings and full text search at the moment.
|
|
|
|
|
|
|
|
The connection is configurable through the following options:
|
|
|
|
|
|
|
|
* :ref:`host`
|
|
|
|
|
|
|
|
* :ref:`port`
|
|
|
|
|
2017-07-06 16:17:30 +02:00
|
|
|
* :ref:`mapping`
|
|
|
|
|
|
|
|
* :ref:`facets`
|
|
|
|
|
2016-12-15 17:59:13 +01:00
|
|
|
.. _elastic Elasticsearch: https://www.elastic.co/products/elasticsearch
|
|
|
|
.. _elastica: http://elastica.io/
|