Skip to content

Commit

Permalink
Mappings: Remove docs for type level analyzer defaults
Browse files Browse the repository at this point in the history
These settings were removed in #9430.
  • Loading branch information
rjernst committed Apr 30, 2015
1 parent 4ef9f3c commit d2b12e4
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions docs/reference/mapping/types/root-object-type.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d2b12e4

Please sign in to comment.