Enum rs_es::query::ScoreMode [] [src]

pub enum ScoreMode {
    Multiply,
    Sum,
    Avg,
    First,
    Max,
    Min,
}

ScoreMode

Variants

Trait Implementations

impl Debug for ScoreMode
[src]

Formats the value using the given formatter.

impl Serialize for ScoreMode
[src]

Serializes this value into this serializer.