Typo in the description for include_in_all

I know this is uber-minor, but I was confused by the phrase "the raw field value to be copied". I assume "is" was supposed to be instead of "to"
This commit is contained in:
Radu Gheorghe 2014-04-01 20:32:12 +03:00 committed by Clinton Gormley
parent 285fa16f62
commit b9cb70198e
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ it gets processed as a not analyzed string and is accessible under the name `nam
The `include_in_all` setting is ignored on any field that is defined in
the `fields` options. Setting the `include_in_all` only makes sense on
the main field, since the raw field value to copied to the `_all` field,
the main field, since the raw field value is copied to the `_all` field,
the tokens aren't copied.
[float]