class MatchNoneSearchQuery implements JsonSerializable, SearchQueryPart (View source)

A FTS query that matches 0 document (usually for debugging purposes).

Methods

mixed
jsonSerialize()

No description

boost(float $boost)

No description

Details

mixed jsonSerialize()

No description

Return Value

mixed

data which can be serialized by json_encode, which is a value of any type other than a resource.

MatchNoneSearchQuery boost(float $boost)

No description

Parameters

float $boost

Return Value

MatchNoneSearchQuery