Enum elasticsearch_dsl::search::queries::params::ZeroTermsQuery [−][src]
pub enum ZeroTermsQuery {
None,
All,
}
Expand description
Indicates whether no documents are returned if the analyzer
removes all
tokens, such as when using a stop
filter.
Variants
None
No documents are returned if the analyzer
removes all tokens.
All
Returns all documents, similar to a
match_all
query.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ZeroTermsQuery
impl Send for ZeroTermsQuery
impl Sync for ZeroTermsQuery
impl Unpin for ZeroTermsQuery
impl UnwindSafe for ZeroTermsQuery
Blanket Implementations
Mutably borrows from an owned value. Read more