Documentation

NumericRangeQuery extends Message
in package

Generated from protobuf message <code>couchbase.search.v1.NumericRangeQuery</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 = 6;</code>
$inclusive_min  : mixed
Generated from protobuf field <code>optional bool inclusive_min = 5;</code>
$max  : mixed
Generated from protobuf field <code>optional float max = 4;</code>
$min  : mixed
Generated from protobuf field <code>optional float min = 3;</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 = 6;</code>
getInclusiveMin()  : bool
Generated from protobuf field <code>optional bool inclusive_min = 5;</code>
getMax()  : float
Generated from protobuf field <code>optional float max = 4;</code>
getMin()  : float
Generated from protobuf field <code>optional float min = 3;</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 = 6;</code>
setInclusiveMin()  : $this
Generated from protobuf field <code>optional bool inclusive_min = 5;</code>
setMax()  : $this
Generated from protobuf field <code>optional float max = 4;</code>
setMin()  : $this
Generated from protobuf field <code>optional float min = 3;</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 = 6;</code>

protected mixed $inclusive_max = null

$inclusive_min

Generated from protobuf field <code>optional bool inclusive_min = 5;</code>

protected mixed $inclusive_min = null

$max

Generated from protobuf field <code>optional float max = 4;</code>

protected mixed $max = null

$min

Generated from protobuf field <code>optional float min = 3;</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 float $min
@type float $max
@type bool $inclusive_min
@type bool $inclusive_max

}

Return values
mixed

clearInclusiveMax()

public clearInclusiveMax() : mixed
Return values
mixed

clearInclusiveMin()

public clearInclusiveMin() : 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 = 6;</code>

public getInclusiveMax() : bool
Return values
bool

getInclusiveMin()

Generated from protobuf field <code>optional bool inclusive_min = 5;</code>

public getInclusiveMin() : bool
Return values
bool

getMax()

Generated from protobuf field <code>optional float max = 4;</code>

public getMax() : float
Return values
float

getMin()

Generated from protobuf field <code>optional float min = 3;</code>

public getMin() : float
Return values
float

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 = 6;</code>

public setInclusiveMax(bool $var) : $this
Parameters
$var : bool
Return values
$this

setInclusiveMin()

Generated from protobuf field <code>optional bool inclusive_min = 5;</code>

public setInclusiveMin(bool $var) : $this
Parameters
$var : bool
Return values
$this

setMax()

Generated from protobuf field <code>optional float max = 4;</code>

public setMax(float $var) : $this
Parameters
$var : float
Return values
$this

setMin()

Generated from protobuf field <code>optional float min = 3;</code>

public setMin(float $var) : $this
Parameters
$var : float
Return values
$this

        

Search results