diff --git a/Documentation/source/changelog.rst b/Documentation/source/changelog.rst index 27e6fab..d6a2b09 100644 --- a/Documentation/source/changelog.rst +++ b/Documentation/source/changelog.rst @@ -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 diff --git a/Documentation/source/changelog/20180518-75-make-index-name-configurable.rst b/Documentation/source/changelog/20180518-75-make-index-name-configurable.rst new file mode 100644 index 0000000..28caa1b --- /dev/null +++ b/Documentation/source/changelog/20180518-75-make-index-name-configurable.rst @@ -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`. diff --git a/Documentation/source/configuration/connections.rst b/Documentation/source/configuration/connections.rst index b108600..94d0ecf 100644 --- a/Documentation/source/configuration/connections.rst +++ b/Documentation/source/configuration/connections.rst @@ -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