Module elasticsearch_dsl::search::params

source ·
Expand description

Value types accepted by leaf query clauses

Structs§

  • Represents a point in two dimensional space
  • Represents a point in two dimensional space
  • Numeric enum
  • A point in time (PIT) is a point that represents a consistent view of the data at that time.
  • A collection of terms
  • Search text

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.
  • Calendar-aware intervals are configured with the calendar_interval parameter. You can specify calendar intervals using the unit name, such as month, or as a single unit quantity, such as 1M. For example,day and 1d are equivalent. Multiple quantities, such as 2d, are not supported.
  • Time variants to serialize
  • 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).
  • 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).
  • How to compute the distance
  • The geo_shape data type facilitates the indexing of and searching with arbitrary geo shapes such as rectangles and polygons. It should be used when either the data being indexed or the queries being executed contain shapes other than just points.
  • The way the scores are combined can be controlled
  • How to treat sorting script value
  • The shape data type facilitates the indexing of and searching with arbitrary x, y cartesian shapes such as rectangles and polygons. It can be used to index and query geometries whose coordinates fall in a 2-dimensional planar coordinate system.
  • 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.
  • Elasticsearch term value
  • Term conversion error
  • 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.

Type Aliases§