MatchNoneSearchQuery
in package
implements
JsonSerializable, SearchQuery
A FTS query that matches 0 document (usually for debugging purposes).
Interfaces, Classes and Traits
- JsonSerializable
- SearchQuery
- Common interface for all classes, which could be used as a body of SearchQuery
Table of Contents
- __construct() : mixed
- boost() : MatchNoneSearchQuery
- jsonSerialize() : mixed
Methods
__construct()
public
__construct() : mixed
Return values
mixed —boost()
public
boost(float $boost) : MatchNoneSearchQuery
Parameters
- $boost : float
Return values
MatchNoneSearchQuery —jsonSerialize()
public
jsonSerialize() : mixed