Skip to content

Commit 95d5d2b

Browse files
dati18outdooracorn
andcommitted
Update docs/dev-environment.md
Co-authored-by: Ollie <43674967+outdooracorn@users.noreply.github.com>
1 parent b7c63df commit 95d5d2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/dev-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The fake api is served by the [server.php](test/server.php) script and reads the
88

99
ElasticSearch in docker compose environment uses non-shared index setup and the `mul` works as expected. Howerver the page should be refreshed a few time before ES content indexes got updated.
1010

11-
The ES index names are not based on the site/domain name but rather on the DB name. This is why the indices appeared to be missing in `site1.localhost_content_first`, the right one should be `mwdb_somedb1_general_first`
11+
The Elasticsearch index names are based on the name of the MediaWiki database in the format `{database_name}_{index_name}`, e.g. `mwdb_somedb1_general_first`.
1212

1313
### Start the dev environment
1414

0 commit comments

Comments
 (0)