TASK: Provide more documentation for index name

Add more documentation for the use cases.
Add changelog entry.

Related: #75
This commit is contained in:
Justus Moroni 2018-05-18 00:14:21 +02:00
parent 2b56d4c2d5
commit 253ce5b591
3 changed files with 14 additions and 0 deletions

View file

@ -5,6 +5,7 @@ Changelog
:maxdepth: 1
:glob:
changelog/20180518-75-make-index-name-configurable
changelog/20180424-149-extract-relation-resolver-to-data-processing
changelog/20180410-148-keep-sys_language_uid
changelog/20180315-134-make-conent-fields-configurable

View file

@ -0,0 +1,11 @@
Feature 75 "Make index name configurable"
==========================================
Prior to the change the index name was not changeable and hardcoded to `typo3content`.
Now you can change the index name for different use cases.
You can now use one Elasticsearch server for multiple TYPO3 installations or multiple environments.
The default is set to `typo3content`. No changes are necessary.
See :issue:`75`.

View file

@ -56,6 +56,8 @@ Used by: :ref:`Elasticsearch`.
The index where the documents are being indexed to. E.g. default ``typo3content`` for Elasticsearch.
This can be used to have one Elasticsearch server for multiple environments. E.g. production and staging.
Example::
plugin.tx_searchcore.settings.connections.elasticsearch.index = typo3content