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. Read more

impl Serialize for ScoreMode
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for ScoreMode

impl Sync for ScoreMode