Documentation

BooleanFieldQuery extends Message
in package

Generated from protobuf message <code>couchbase.search.v1.BooleanFieldQuery</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>
$value  : mixed
Generated from protobuf field <code>bool value = 6;</code>
__construct()  : mixed
Constructor.
clearBoost()  : mixed
clearField()  : 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>
getValue()  : bool
Generated from protobuf field <code>bool value = 6;</code>
hasBoost()  : mixed
hasField()  : 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>
setValue()  : $this
Generated from protobuf field <code>bool value = 6;</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

$value

Generated from protobuf field <code>bool value = 6;</code>

protected mixed $value = false

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 bool $value

}

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

getValue()

Generated from protobuf field <code>bool value = 6;</code>

public getValue() : bool
Return values
bool

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

setValue()

Generated from protobuf field <code>bool value = 6;</code>

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

        

Search results