Module elastic_types::mapping::prelude [] [src]

Includes mapping types for all data types.

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

Reexports

pub use super::{ElasticType, ElasticFieldMapping, DefaultMapping, IndexAnalysis};
pub use mappers::*;
pub use object::*;
pub use date::mapping::*;
pub use ip::mapping::*;
pub use geo::mapping::*;
pub use string::mapping::*;
pub use number::mapping::*;
pub use boolean::mapping::*;