Module elasticsearch_dsl::search::params [−][src]
Expand description
Value types accepted by leaf query clauses
Structs
Optional scalar newtype
Enums
Whenever the byte size of data needs to be specified, e.g. when setting a
buffer size parameter, the value must specify the unit,
like 10kb for 10 kilobytes.
Note that these units use powers of 1024, so 1kb means 1024 bytes.
Wherever distances need to be specified, such as the distance parameter
in the
Geo-distance
), the default unit is meters if none is specified.
Distances can be specified in other units,
such as "1km" or "2mi" (2 miles).
Fields of type geo_point accept latitude-longitude pairs.
An enum type for leaf level queries such as terms, range, values
Unit-less quantities means that they don’t have a “unit” like “bytes” or “Hertz” or “meter” or “long tonne”.
Control how the _source field is returned with every hit.
Whenever durations need to be specified, e.g. for a timeout parameter,
the duration must specify the unit, like 2d for 2 days.
Control how the total number of hits should be tracked.