Class Query
A search query
Direct known subclasses
vierbergenlars\Forage\ODM\SearchQuery
public
|
#
__construct(
Creates a new search query |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
public
string
|
$query | '' |
#
The search query |
public
array
|
$searchFields | array() |
#
The fields to search in |
public
array
|
$facetFields | array() |
#
The fields to facet on |
public
array
|
$searchFilters | array() |
#
The fields to filter the search result on |
public
integer
|
$offset | 0 |
#
The offset to the start of the result list |
public
integer
|
$limit | 10 |
#
The number of records to fetch |
public
array
|
$weights | array() |
#
The weights of each column |
protected
string
|
$searchResultClass | '\vierbergenlars\Forage\SearchResult\SearchResult' |
#
The class that parses the results |
protected
|
$transport |
|
#
The transport to use |