Commit d6818bc3 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Small fixes and 80 char limit

[ci skip]
parent eb3cf9b4
...@@ -250,10 +250,12 @@ To minimize downtime of the search feature we recommend the following: ...@@ -250,10 +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 (with UPDATE_INDEX=1 parameter), wikis, and repositories. 1. Run indexers for database (with the `UPDATE_INDEX=1` parameter), wikis, and
By running the repository indexer twice you will be sure that everything is indexed because some commits could be pushed while you performed initial indexing. The repository repositories. By running the repository indexer twice you will be sure that
indexer will skip repositories and commits that are already indexed, so it everything is indexed because some commits could be pushed while you
will be much shorter than the first run. performed the initial indexing. The repository indexer will skip
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