Module elastic_types::string::text [] [src]

Implementation of the Elasticsearch text type.

Text fields are stored as a sequence of tokens, constructed based on the given analyzer. They're useful for blobs of content that can be sliced in various ways, like prose.

Modules

mapping

Mapping for the Elasticsearch text type.

prelude

Includes all types for the text type.

Structs

Text

An Elasticsearch text field with a mapping.