DocIdQuery
extends Message
in package
Generated from protobuf message <code>couchbase.search.v1.DocIdQuery</code>
Table of Contents
- $boost : mixed
- Generated from protobuf field <code>optional float boost = 1;</code>
- $ids : mixed
- Generated from protobuf field <code>repeated string ids = 3;</code>
- __construct() : mixed
- Constructor.
- clearBoost() : mixed
- getBoost() : float
- Generated from protobuf field <code>optional float boost = 1;</code>
- getIds() : RepeatedField
- Generated from protobuf field <code>repeated string ids = 3;</code>
- hasBoost() : mixed
- setBoost() : $this
- Generated from protobuf field <code>optional float boost = 1;</code>
- setIds() : $this
- Generated from protobuf field <code>repeated string ids = 3;</code>
Properties
$boost
Generated from protobuf field <code>optional float boost = 1;</code>
protected
mixed
$boost
= null
$ids
Generated from protobuf field <code>repeated string ids = 3;</code>
private
mixed
$ids
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 array<string>|\Google\Protobuf\Internal\RepeatedField $ids
}
Return values
mixed —clearBoost()
public
clearBoost() : mixed
Return values
mixed —getBoost()
Generated from protobuf field <code>optional float boost = 1;</code>
public
getBoost() : float
Return values
float —getIds()
Generated from protobuf field <code>repeated string ids = 3;</code>
public
getIds() : RepeatedField
Return values
RepeatedField —hasBoost()
public
hasBoost() : 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 —setIds()
Generated from protobuf field <code>repeated string ids = 3;</code>
public
setIds(array<string|int, string>|RepeatedField $var) : $this
Parameters
- $var : array<string|int, string>|RepeatedField