mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 21:16:11 +01:00
TASK: Provide more documentation for index name
Add more documentation for the use cases. Add changelog entry. Related: #75
This commit is contained in:
parent
2b56d4c2d5
commit
253ce5b591
3 changed files with 14 additions and 0 deletions
|
@ -5,6 +5,7 @@ Changelog
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
:glob:
|
:glob:
|
||||||
|
|
||||||
|
changelog/20180518-75-make-index-name-configurable
|
||||||
changelog/20180424-149-extract-relation-resolver-to-data-processing
|
changelog/20180424-149-extract-relation-resolver-to-data-processing
|
||||||
changelog/20180410-148-keep-sys_language_uid
|
changelog/20180410-148-keep-sys_language_uid
|
||||||
changelog/20180315-134-make-conent-fields-configurable
|
changelog/20180315-134-make-conent-fields-configurable
|
||||||
|
|
|
@ -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`.
|
|
@ -56,6 +56,8 @@ Used by: :ref:`Elasticsearch`.
|
||||||
|
|
||||||
The index where the documents are being indexed to. E.g. default ``typo3content`` for 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::
|
Example::
|
||||||
|
|
||||||
plugin.tx_searchcore.settings.connections.elasticsearch.index = typo3content
|
plugin.tx_searchcore.settings.connections.elasticsearch.index = typo3content
|
||||||
|
|
Loading…
Reference in a new issue