Class: Elasticsearch::DSL::Search::Queries::Exists
- Inherits:
-
Object
- Object
- Elasticsearch::DSL::Search::Queries::Exists
- Includes:
- BaseComponent
- Defined in:
- lib/elasticsearch/dsl/search/queries/exists.rb
Overview
Note:
The “Exists” query can be used as a “Missing” query in a “Bool” query “Must Not” context.
Returns documents that have at least one non-null value in the field.