Browse Source

Mappings: Remove docs for type level analyzer defaults

These settings were removed in #9430.
Ryan Ernst 10 years ago
parent
commit
d2b12e4fc2
1 changed files with 0 additions and 21 deletions
  1. 0 21
      docs/reference/mapping/types/root-object-type.asciidoc

+ 0 - 21
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