mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-13 12:36:12 +01:00
27 lines
596 B
ReStructuredText
27 lines
596 B
ReStructuredText
|
.. _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`
|
||
|
|
||
|
.. _elastic Elasticsearch: https://www.elastic.co/products/elasticsearch
|
||
|
.. _elastica: http://elastica.io/
|