Struct elasticsearch_dsl::search::queries::params::TermsSetScript [−][src]
pub struct TermsSetScript { /* fields omitted */ }
Expand description
Custom script containing the number of matching terms required to return a document.
For parameters and valid values, see Scripting.
Implementations
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TermsSetScript
impl Send for TermsSetScript
impl Sync for TermsSetScript
impl Unpin for TermsSetScript
impl UnwindSafe for TermsSetScript
Blanket Implementations
Mutably borrows from an owned value. Read more