Commit 38204052 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'es_fix_documentation' into 'master'

Fix ES documentation

@axil Since we changed default behaviour (https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/209) we need to update doc.

See merge request !243
parents d46477e9 d6818bc3
...@@ -250,11 +250,12 @@ To minimize downtime of the search feature we recommend the following: ...@@ -250,11 +250,12 @@ To minimize downtime of the search feature we recommend the following:
1. Enable Elasticsearch and restart GitLab. 1. Enable Elasticsearch and restart GitLab.
1. Run indexers for database, wikis, and repositories. By running the repository 1. Run indexers for database (with the `UPDATE_INDEX=1` parameter), wikis, and
indexer twice you will be sure that everything is indexed because some repositories. By running the repository indexer twice you will be sure that
commits could be pushed while you performed initial indexing. The repository everything is indexed because some commits could be pushed while you
indexer will skip repositories and commits that are already indexed, so it performed the initial indexing. The repository indexer will skip
will be much shorter than the first run. repositories and commits that are already indexed, so it will be much
shorter than the first run.
[ee-109]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/109 "Elasticsearch Merge Request" [ee-109]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/109 "Elasticsearch Merge Request"
[elasticsearch]: https://www.elastic.co/products/elasticsearch "Elasticsearch website" [elasticsearch]: https://www.elastic.co/products/elasticsearch "Elasticsearch website"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment