Module elastic_types::document::mapping []

Mapping for Elasticsearch document types.

Enums

Dynamic

The dynamic setting may be set at the mapping type level, and on each inner object. Inner objects inherit the setting from their parent object or from the mapping type.

Constants

DYNAMIC_DATATYPE

Elasticsearch datatype name.

NESTED_DATATYPE

Elasticsearch datatype name.

OBJECT_DATATYPE

Elasticsearch datatype name.

Traits

DocumentFieldType

A field that will be mapped as a nested document.

DocumentMapping

The base requirements for mapping an object type.

PropertiesMapping

Serialisation for the mapping of object properties.