Skip to content
代码片段 群组 项目
未验证 提交 d9b712b9 编辑于 作者: Suzanne Selhorn's avatar Suzanne Selhorn 提交者: GitLab
浏览文件

Merge branch 'aqualls-reindex-vs-re-index' into 'master'

Word list: prefer reindex to re-index for search

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184513



Merged-by: default avatarSuzanne Selhorn <sselhorn@gitlab.com>
Approved-by: default avatarAshraf Khamis <akhamis@gitlab.com>
Approved-by: default avatarSuzanne Selhorn <sselhorn@gitlab.com>
Co-authored-by: default avatarAmy Qualls <aqualls@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -69,6 +69,7 @@ swap:
pop-up window: "dialog"
pop-up: "dialog"
popup: "dialog"
re-index: "reindex"
repo: "repository"
root group: "top-level group"
signed in user: "authenticated user"
......
......@@ -2039,6 +2039,10 @@ See also [recommended steps](_index.md#recommended-steps).
Use **register** instead of **sign up** when talking about creating an account.
## reindex
Use **reindex** instead of **re-index** when talking about search.
## remove
Use **remove** when an object continues to exist. For example, you can remove an issue from an epic, but the issue still exists.
......
......@@ -83,7 +83,7 @@ More [complex Elasticsearch API calls](https://www.elastic.co/guide/en/elasticse
If the results:
- Sync up, check that you are using [supported syntax](../../../user/search/advanced_search.md#syntax). Advanced search does not support [exact substring matching](https://gitlab.com/gitlab-org/gitlab/-/issues/325234).
- Do not match up, this indicates a problem with the documents generated from the project. It is best to [re-index that project](../../advanced_search/elasticsearch.md#indexing-a-range-of-projects-or-a-specific-project).
- Do not match up, this indicates a problem with the documents generated from the project. It is best to [reindex that project](../../advanced_search/elasticsearch.md#indexing-a-range-of-projects-or-a-specific-project).
{{< alert type="note" >}}
......@@ -123,7 +123,7 @@ to perform bulk operations. See also the error ["429 (Too Many Requests)"](#inde
## Indexing fails with `strict_dynamic_mapping_exception`
Indexing might fail if all [advanced search migrations were not finished before doing a major upgrade](../../advanced_search/elasticsearch.md#all-migrations-must-be-finished-before-doing-a-major-upgrade).
A large Sidekiq backlog might accompany this error. To fix the indexing failures, you must re-index the database, repositories, and wikis.
A large Sidekiq backlog might accompany this error. To fix the indexing failures, you must reindex the database, repositories, and wikis.
1. Pause indexing so Sidekiq can catch up:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册