Skip to main content

Module range

Module range 

Source
Expand description

Range query: match documents where a numeric field falls within a range.

Supports gte (>=), gt (>), lte (<=), lt (<) bounds. Scans the columnar store for matching doc IDs — no inverted index involved.

See [[elasticsearch-parity]] and [[columnar-storage]].

Structs§

RangeQuery
Numeric range query.