Module elastic_types::string::keyword [] [src]

Implementation of the Elasticsearch keyword type.

Keyword fields are stored as a raw string of tokens, and aren't analysed when querying. They're useful for data that only has meaning when considered as a whole, like an id or single word.

Modules

mapping

Mapping for the Elasticsearch keyword type.

prelude

Includes all types for the keyword type.

Structs

Keyword

An Elasticsearch keyword with a mapping.