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:
parent
285fa16f62
commit
b9cb70198e
|
@ -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 `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 `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.
|
the tokens aren't copied.
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
|
|
Loading…
Reference in New Issue