Struct elastic::types::document::ValueDocumentMapping [] [src]

pub struct ValueDocumentMapping;

Mapping for an anonymous json object.

Trait Implementations

impl Default for ValueDocumentMapping
[src]

impl PropertiesMapping for ValueDocumentMapping
[src]

The number of mapped property fields for this type. Read more

Serialisation for the mapped property fields on this type. Read more

impl DocumentMapping for ValueDocumentMapping
[src]

Get the indexed name for this mapping.

Get the type name for this mapping, like object or nested.

Whether or not new properties should be added dynamically to an existing object. Accepts true (default), false and strict. Read more

Whether the JSON value given for the object field should be parsed and indexed (true, default) or completely ignored (false). Read more

Sets the default include_in_all value for all the properties within the object. The object itself is not added to the _all field. Read more