Skip to content

Commit c2442bf

Browse files
chrschwdfeyer
authored andcommitted
[TASK] multidomain setup documentation
1 parent 0564b16 commit c2442bf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,19 @@ in the NodeTypes.yaml. Generally this works by defining the global mapping at `[
674674
search_analyzer: custom_french_analyzer
675675
```
676676

677+
## Change the default Elastic index name
678+
679+
If you need to run serveral (different) neos instances on the same elasticsearch server you will need to change the Configuration/Settings.yaml indexName for each of your project.
680+
681+
So `./flow nodeindex:build` or `./flow nodeindex:cleanup` won't overwrite your other sites index.
682+
683+
```
684+
TYPO3:
685+
TYPO3CR:
686+
Search:
687+
elasticSearch:
688+
indexName: useMoreSpecificIndexName
689+
```
677690

678691
## Debugging
679692

0 commit comments

Comments
 (0)