From d2b12e4fc2c0f4347972784bdde50b05e779a56b Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Thu, 30 Apr 2015 13:57:55 -0700 Subject: [PATCH] Mappings: Remove docs for type level analyzer defaults These settings were removed in #9430. --- .../mapping/types/root-object-type.asciidoc | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/docs/reference/mapping/types/root-object-type.asciidoc b/docs/reference/mapping/types/root-object-type.asciidoc index fe16264b73f3d..a8e8ea000cd28 100644 --- a/docs/reference/mapping/types/root-object-type.asciidoc +++ b/docs/reference/mapping/types/root-object-type.asciidoc @@ -16,27 +16,6 @@ specifying the `tweet` type in the document itself: } -------------------------------------------------- -[float] -==== Index / Search Analyzers - -The root object allows to define type mapping level analyzers for index -and search that will be used with all different fields that do not -explicitly set analyzers on their own. Here is an example: - -[source,js] --------------------------------------------------- -{ - "tweet" : { - "analyzer" : "standard", - "search_analyzer" : "standard_with_synonyms" - } -} --------------------------------------------------- - -The above simply explicitly defines both the `analyzer` and -`search_analyzer` that will be used. If `search_analyzer` is not specified, -it defaults to the value of `analyzer`. - [float] ==== dynamic_date_formats