Trait elastic::types::string::prelude::TextFieldType
[−]
[src]
pub trait TextFieldType<M> where
M: TextMapping, { }A field that will be mapped as text.
Implementors
impl<M> TextFieldType<M> for Text<M> where
M: TextMapping,impl TextFieldType<DefaultStringMapping> for &'static strimpl TextFieldType<DefaultStringMapping> for String