From 2c9c1e6dbf6b63711a98e338807578fec2c29967 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 21 Aug 2019 07:28:55 -0700 Subject: Remove links to issues to make docs lint happy --- doc/development/elasticsearch.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'doc') 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`). -- cgit v1.2.1