\CouchbaseTermRangeSearchQuery

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(string  $min, boolean  $inclusive = true) : \Couchbase\TermRangeSearchQuery

Parameters

string $min
boolean $inclusive

Returns

\Couchbase\TermRangeSearchQuery

max()

max(string  $max, boolean  $inclusive = false) : \Couchbase\TermRangeSearchQuery

Parameters

string $max
boolean $inclusive

Returns

\Couchbase\TermRangeSearchQuery