\CouchbaseNumericRangeSearchQuery

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.

Summary

Methods
Properties
Constants
boost()
field()
min()
max()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

min()

min(float  $min, boolean  $inclusive = true) : \Couchbase\NumericRangeSearchQuery

Parameters

float $min
boolean $inclusive

Returns

\Couchbase\NumericRangeSearchQuery

max()

max(float  $max, boolean  $inclusive = false) : \Couchbase\NumericRangeSearchQuery

Parameters

float $max
boolean $inclusive

Returns

\Couchbase\NumericRangeSearchQuery