Module elastic_types::document::prelude [] [src]

Includes all types for document types.

This is a convenience module to make it easy to build mappings for multiple types without too many use statements.

Re-exports

pub use super::mapping::*;

Structs

IndexDocumentMapping

A wrapper type for serialising user types.

ValueDocumentMapping

Mapping for an anonymous json object.

Traits

DocumentType

The additional fields available to an indexable Elasticsearch type.