Documentation

DateRangeQuery extends Message
in package

Generated from protobuf message <code>couchbase.search.v1.DateRangeQuery</code>

Table of Contents

$boost  : mixed
Generated from protobuf field <code>optional float boost = 1;</code>
$date_time_parser  : mixed
Generated from protobuf field <code>optional string date_time_parser = 3;</code>
$end_date  : mixed
Generated from protobuf field <code>optional string end_date = 5;</code>
$field  : mixed
Generated from protobuf field <code>optional string field = 2;</code>
$start_date  : mixed
Generated from protobuf field <code>optional string start_date = 4;</code>
__construct()  : mixed
Constructor.
clearBoost()  : mixed
clearDateTimeParser()  : mixed
clearEndDate()  : mixed
clearField()  : mixed
clearStartDate()  : mixed
getBoost()  : float
Generated from protobuf field <code>optional float boost = 1;</code>
getDateTimeParser()  : string
Generated from protobuf field <code>optional string date_time_parser = 3;</code>
getEndDate()  : string
Generated from protobuf field <code>optional string end_date = 5;</code>
getField()  : string
Generated from protobuf field <code>optional string field = 2;</code>
getStartDate()  : string
Generated from protobuf field <code>optional string start_date = 4;</code>
hasBoost()  : mixed
hasDateTimeParser()  : mixed
hasEndDate()  : mixed
hasField()  : mixed
hasStartDate()  : mixed
setBoost()  : $this
Generated from protobuf field <code>optional float boost = 1;</code>
setDateTimeParser()  : $this
Generated from protobuf field <code>optional string date_time_parser = 3;</code>
setEndDate()  : $this
Generated from protobuf field <code>optional string end_date = 5;</code>
setField()  : $this
Generated from protobuf field <code>optional string field = 2;</code>
setStartDate()  : $this
Generated from protobuf field <code>optional string start_date = 4;</code>

Properties

$boost

Generated from protobuf field <code>optional float boost = 1;</code>

protected mixed $boost = null

$date_time_parser

Generated from protobuf field <code>optional string date_time_parser = 3;</code>

protected mixed $date_time_parser = null

$end_date

Generated from protobuf field <code>optional string end_date = 5;</code>

protected mixed $end_date = null

$field

Generated from protobuf field <code>optional string field = 2;</code>

protected mixed $field = null

$start_date

Generated from protobuf field <code>optional string start_date = 4;</code>

protected mixed $start_date = 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 $date_time_parser
@type string $start_date
@type string $end_date

}

Return values
mixed

clearBoost()

public clearBoost() : mixed
Return values
mixed

clearDateTimeParser()

public clearDateTimeParser() : mixed
Return values
mixed

clearEndDate()

public clearEndDate() : mixed
Return values
mixed

clearField()

public clearField() : mixed
Return values
mixed

clearStartDate()

public clearStartDate() : mixed
Return values
mixed

getBoost()

Generated from protobuf field <code>optional float boost = 1;</code>

public getBoost() : float
Return values
float

getDateTimeParser()

Generated from protobuf field <code>optional string date_time_parser = 3;</code>

public getDateTimeParser() : string
Return values
string

getEndDate()

Generated from protobuf field <code>optional string end_date = 5;</code>

public getEndDate() : string
Return values
string

getField()

Generated from protobuf field <code>optional string field = 2;</code>

public getField() : string
Return values
string

getStartDate()

Generated from protobuf field <code>optional string start_date = 4;</code>

public getStartDate() : string
Return values
string

hasDateTimeParser()

public hasDateTimeParser() : mixed
Return values
mixed

hasEndDate()

public hasEndDate() : mixed
Return values
mixed

hasStartDate()

public hasStartDate() : 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

setDateTimeParser()

Generated from protobuf field <code>optional string date_time_parser = 3;</code>

public setDateTimeParser(string $var) : $this
Parameters
$var : string
Return values
$this

setEndDate()

Generated from protobuf field <code>optional string end_date = 5;</code>

public setEndDate(string $var) : $this
Parameters
$var : string
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

setStartDate()

Generated from protobuf field <code>optional string start_date = 4;</code>

public setStartDate(string $var) : $this
Parameters
$var : string
Return values
$this

        

Search results