SearchSortScore
in package
implements
JsonSerializable, SearchSort
Sort by the hit score.
Interfaces, Classes and Traits
- JsonSerializable
- SearchSort
- Base interface for all FTS sort options in querying.
Table of Contents
- __construct() : mixed
- descending() : SearchSortScore
- Direction of the sort
- jsonSerialize() : mixed
Methods
__construct()
public
__construct() : mixed
Return values
mixed —descending()
Direction of the sort
public
descending(bool $descending) : SearchSortScore
Parameters
- $descending : bool
Return values
SearchSortScore —jsonSerialize()
public
jsonSerialize() : mixed