$_params
$_params : array
Params.
Class Indices.
This function can be used to handle params for queries, filter
__construct(\Elastica\Query\AbstractQuery $query, array<mixed,mixed> $indices)
\Elastica\Query\AbstractQuery | $query | Query which will be applied to docs in the specified indices |
array<mixed,mixed> | $indices |
addIndex(string|\Elastica\Index $index) : $this
Adds one more index on which this query should be applied.
string|\Elastica\Index | $index |
setQuery(\Elastica\Query\AbstractQuery $query) : $this
Set the query to be applied to docs in the specified indices.
\Elastica\Query\AbstractQuery | $query |
setNoMatchQuery(\Elastica\Query\AbstractQuery $query) : $this
Set the query to be applied to docs in indices which do not match those specified in the "indices" parameter.
\Elastica\Query\AbstractQuery | $query |