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

pub enum Tree {
    Geohash,
    QuadPrefix,
}

Name of the PrefixTree implementation to be used.

Variants

For GeohashPrefixTree.

For QuadPrefixTree.

Trait Implementations

impl Serialize for Tree
[src]

[src]

Serialize this value into the given Serde serializer. Read more