PHP Класс Elastica\Aggregation\SignificantTerms

Наследование: extends AbstractTermsAggregation
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
setBackgroundFilter ( Elastica\Query\AbstractQuery $filter ) The default source of statistical information for background term frequencies is the entire index and this scope can be narrowed through the use of a background_filter to focus in on significant terms within a narrower context.

Описание методов

setBackgroundFilter() публичный Метод

The default source of statistical information for background term frequencies is the entire index and this scope can be narrowed through the use of a background_filter to focus in on significant terms within a narrower context.
См. также: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-significantterms-aggregation.html#_custom_background_context
public setBackgroundFilter ( Elastica\Query\AbstractQuery $filter )
$filter Elastica\Query\AbstractQuery