Struct elasticsearch_dsl::search::queries::params::Script [−][src]
pub struct Script { /* fields omitted */ }
Expand description
The script_score function allows you to wrap another query and customize the scoring of it optionally with a computation derived from other numeric field values in the doc using a script expression
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Script
impl UnwindSafe for Script
Blanket Implementations
Mutably borrows from an owned value. Read more