Match query | Elasticsearch Guide [7.16] | Elastic
www.elastic.co › guide › enYet, if all of the query terms are above the given cutoff_frequency the query is automatically transformed into a pure conjunction (and) query to ensure fast execution. The cutoff_frequency can either be relative to the total number of documents if in the range from 0 (inclusive) to 1 (exclusive) or absolute if greater or equal to 1.0 .
Range query | Elasticsearch Guide [7.16] | Elastic
www.elastic.co › guide › en(Optional) Greater than or equal to. lt (Optional) Less than. lte (Optional) Less than or equal to. format (Optional, string) Date format used to convert date values in the query. By default, Elasticsearch uses the date format provided in the <field>'s mapping. This value overrides that mapping format. For valid syntax, see format.