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

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.

Traits

DocumentType

An indexable Elasticsearch type.

StaticIndex

An indexable Elasticsearch type with a static index.

StaticType

An indexable Elasticsearch type with a static document type.