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
10kbfor 10 kilobytes. Note that these units use powers of 1024, so1kbmeans 1024 bytes. - Calendar-aware intervals are configured with the
calendar_intervalparameter. You can specify calendar intervals using the unit name, such asmonth, or as a single unit quantity, such as1M. For example,dayand1dare equivalent. Multiple quantities, such as2d, are not supported. - Time variants to serialize
- Wherever distances need to be specified, such as the
distanceparameter 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
distanceparameter 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_shapedata 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
shapedata type facilitates the indexing of and searching with arbitraryx, ycartesian 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
_sourcefield is returned with every hit. - Elasticsearch term value
- Term conversion error
- Whenever durations need to be specified, e.g. for a
timeoutparameter, the duration must specify the unit, like2dfor 2 days. - Control how the total number of hits should be tracked.
Type Aliases§
DateTime<Utc>type alias