[DOCS] annotated the multi fields and copy_to feature with the right version.
This commit is contained in:
parent
080ce71d54
commit
5a61a8b098
|
@ -618,6 +618,8 @@ The following Similarities are configured out-of-box:
|
|||
[float]
|
||||
===== Copy to field
|
||||
|
||||
added[1.0.0.RC2]
|
||||
|
||||
Adding `copy_to` parameter to any field mapping will cause all values of this field to be copied to fields specified in
|
||||
the parameter. In the following example all values from fields `title` and `abstract` will be copied to the field
|
||||
`meta_data`.
|
||||
|
@ -669,6 +671,8 @@ The same mapping can be also defined using extended syntax:
|
|||
[float]
|
||||
===== Multi fields
|
||||
|
||||
added[1.0.0.RC1]
|
||||
|
||||
The `fields` options allows to map several core types fields into a single
|
||||
json source field. This can be useful if a single field need to be
|
||||
used in different ways. For example a single field is to be used for both
|
||||
|
|
Loading…
Reference in New Issue