Mappings: Remove docs for type level analyzer defaults

These settings were removed in #9430.
This commit is contained in:
Ryan Ernst 2015-04-30 13:57:55 -07:00
parent 4ef9f3ca63
commit d2b12e4fc2
1 changed files with 0 additions and 21 deletions

View File

@ -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