Enum elastic::types::prelude::Strategy [] [src]

pub enum Strategy {
    Recursive,
    Term,
}

The strategy defines the approach for how to represent shapes at indexing and search time.

Variants

Recursive strategy supports all shape types.

Term strategy supports point types only.

Trait Implementations

impl Serialize for Strategy
[src]

Serialize this value into the given Serde serializer. Read more