TermRangeSearchQuery
class TermRangeSearchQuery implements JsonSerializable, SearchQueryPart (View source)
A FTS query that matches documents on a range of values. At least one bound is required, and the inclusiveness of each bound can be configured.
Methods
mixed
jsonSerialize()
No description
boost(float $boost)
No description
field(string $field)
No description
min(string $min, bool $inclusive = true)
No description
max(string $max, bool $inclusive = false)
No description
Details
mixed
jsonSerialize()
No description
TermRangeSearchQuery
boost(float $boost)
No description
TermRangeSearchQuery
field(string $field)
No description
TermRangeSearchQuery
min(string $min, bool $inclusive = true)
No description
TermRangeSearchQuery
max(string $max, bool $inclusive = false)
No description