summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-08-21 07:28:55 -0700
committerStan Hu <stanhu@gmail.com>2019-08-21 07:28:55 -0700
commit2c9c1e6dbf6b63711a98e338807578fec2c29967 (patch)
tree8dd04ba937fa56cee1ca16c3b9d45d433aca707d
parentd80c218c0cf7c3d543400e7d9213a9fc800bb584 (diff)
downloadgitlab-ce-328-other-ee.tar.gz
Remove links to issues to make docs lint happy328-other-ee
-rw-r--r--doc/development/elasticsearch.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/development/elasticsearch.md b/doc/development/elasticsearch.md
index 5d48968b5dc..090e5235619 100644
--- a/doc/development/elasticsearch.md
+++ b/doc/development/elasticsearch.md
@@ -186,12 +186,7 @@ The global configurations per version are now in the `Elastic::(Version)::Config
### Creating new version of schema
-NOTE: **Note:** this is not applicable yet as multiple indices functionality is not fully implemented. See the
-the following issues for more details:
-
-* https://gitlab.com/gitlab-org/gitlab-ee/issues/12548
-* https://gitlab.com/gitlab-org/gitlab-ee/issues/12555
-* https://gitlab.com/gitlab-org/gitlab-ee/issues/13533
+NOTE: **Note:** this is not applicable yet as multiple indices functionality is not fully implemented.
Folders like `ee/lib/elastic/v12p1` contain snapshots of search logic from different versions. To keep a continuous git history, the latest version lives under `ee/lib/elastic/latest`, but its classes are aliased under an actual version (e.g. `ee/lib/elastic/v12p3`). When referencing these classes, never use the `Latest` namespace directly, but use the actual version (e.g. `V12p3`).