$_params
$_params : array
Params.
Terms filter.
This function can be used to handle params for queries, filter
setLookup(string $key, string|\Elastica\Type $type, string $id, string $path, string|array|\Elastica\Index $options = array()) : $this
Set the lookup parameters for this filter.
string | $key | terms key |
string|\Elastica\Type | $type | document type from which to fetch the terms values |
string | $id | id of the document from which to fetch the terms values |
string | $path | the field from which to fetch the values for the filter |
string|array|\Elastica\Index | $options | An array of options or the index from which to fetch the terms values. Defaults to the current index. |