TermRangeQuery
extends Message
in package
Generated from protobuf message <code>couchbase.search.v1.TermRangeQuery</code>
Table of Contents
- $boost : mixed
- Generated from protobuf field <code>optional float boost = 1;</code>
- $field : mixed
- Generated from protobuf field <code>optional string field = 2;</code>
- $inclusive_max : mixed
- Generated from protobuf field <code>optional bool inclusive_max = 8;</code>
- $inclusive_min : mixed
- Generated from protobuf field <code>optional bool inclusive_min = 7;</code>
- $max : mixed
- Generated from protobuf field <code>optional string max = 6;</code>
- $min : mixed
- Generated from protobuf field <code>optional string min = 5;</code>
- __construct() : mixed
- Constructor.
- clearBoost() : mixed
- clearField() : mixed
- clearInclusiveMax() : mixed
- clearInclusiveMin() : mixed
- clearMax() : mixed
- clearMin() : mixed
- getBoost() : float
- Generated from protobuf field <code>optional float boost = 1;</code>
- getField() : string
- Generated from protobuf field <code>optional string field = 2;</code>
- getInclusiveMax() : bool
- Generated from protobuf field <code>optional bool inclusive_max = 8;</code>
- getInclusiveMin() : bool
- Generated from protobuf field <code>optional bool inclusive_min = 7;</code>
- getMax() : string
- Generated from protobuf field <code>optional string max = 6;</code>
- getMin() : string
- Generated from protobuf field <code>optional string min = 5;</code>
- hasBoost() : mixed
- hasField() : mixed
- hasInclusiveMax() : mixed
- hasInclusiveMin() : mixed
- hasMax() : mixed
- hasMin() : mixed
- setBoost() : $this
- Generated from protobuf field <code>optional float boost = 1;</code>
- setField() : $this
- Generated from protobuf field <code>optional string field = 2;</code>
- setInclusiveMax() : $this
- Generated from protobuf field <code>optional bool inclusive_max = 8;</code>
- setInclusiveMin() : $this
- Generated from protobuf field <code>optional bool inclusive_min = 7;</code>
- setMax() : $this
- Generated from protobuf field <code>optional string max = 6;</code>
- setMin() : $this
- Generated from protobuf field <code>optional string min = 5;</code>
Properties
$boost
Generated from protobuf field <code>optional float boost = 1;</code>
protected
mixed
$boost
= null
$field
Generated from protobuf field <code>optional string field = 2;</code>
protected
mixed
$field
= null
$inclusive_max
Generated from protobuf field <code>optional bool inclusive_max = 8;</code>
protected
mixed
$inclusive_max
= null
$inclusive_min
Generated from protobuf field <code>optional bool inclusive_min = 7;</code>
protected
mixed
$inclusive_min
= null
$max
Generated from protobuf field <code>optional string max = 6;</code>
protected
mixed
$max
= null
$min
Generated from protobuf field <code>optional string min = 5;</code>
protected
mixed
$min
= null
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
- $data : array<string|int, mixed> = NULL
-
{ Optional. Data for populating the Message object.
@type float $boost @type string $field @type string $min @type string $max @type bool $inclusive_min @type bool $inclusive_max
}
Return values
mixed —clearBoost()
public
clearBoost() : mixed
Return values
mixed —clearField()
public
clearField() : mixed
Return values
mixed —clearInclusiveMax()
public
clearInclusiveMax() : mixed
Return values
mixed —clearInclusiveMin()
public
clearInclusiveMin() : mixed
Return values
mixed —clearMax()
public
clearMax() : mixed
Return values
mixed —clearMin()
public
clearMin() : mixed
Return values
mixed —getBoost()
Generated from protobuf field <code>optional float boost = 1;</code>
public
getBoost() : float
Return values
float —getField()
Generated from protobuf field <code>optional string field = 2;</code>
public
getField() : string
Return values
string —getInclusiveMax()
Generated from protobuf field <code>optional bool inclusive_max = 8;</code>
public
getInclusiveMax() : bool
Return values
bool —getInclusiveMin()
Generated from protobuf field <code>optional bool inclusive_min = 7;</code>
public
getInclusiveMin() : bool
Return values
bool —getMax()
Generated from protobuf field <code>optional string max = 6;</code>
public
getMax() : string
Return values
string —getMin()
Generated from protobuf field <code>optional string min = 5;</code>
public
getMin() : string
Return values
string —hasBoost()
public
hasBoost() : mixed
Return values
mixed —hasField()
public
hasField() : mixed
Return values
mixed —hasInclusiveMax()
public
hasInclusiveMax() : mixed
Return values
mixed —hasInclusiveMin()
public
hasInclusiveMin() : mixed
Return values
mixed —hasMax()
public
hasMax() : mixed
Return values
mixed —hasMin()
public
hasMin() : mixed
Return values
mixed —setBoost()
Generated from protobuf field <code>optional float boost = 1;</code>
public
setBoost(float $var) : $this
Parameters
- $var : float
Return values
$this —setField()
Generated from protobuf field <code>optional string field = 2;</code>
public
setField(string $var) : $this
Parameters
- $var : string
Return values
$this —setInclusiveMax()
Generated from protobuf field <code>optional bool inclusive_max = 8;</code>
public
setInclusiveMax(bool $var) : $this
Parameters
- $var : bool
Return values
$this —setInclusiveMin()
Generated from protobuf field <code>optional bool inclusive_min = 7;</code>
public
setInclusiveMin(bool $var) : $this
Parameters
- $var : bool
Return values
$this —setMax()
Generated from protobuf field <code>optional string max = 6;</code>
public
setMax(string $var) : $this
Parameters
- $var : string
Return values
$this —setMin()
Generated from protobuf field <code>optional string min = 5;</code>
public
setMin(string $var) : $this
Parameters
- $var : string