Home
last modified time | relevance | path

Searched refs:AbstractTermsAggregation (Results 1 – 4 of 4) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DSignificantTerms.php12 class SignificantTerms extends AbstractTermsAggregation
H A DTerms.php10 class Terms extends AbstractTermsAggregation
H A DAbstractTermsAggregation.php6 * Class AbstractTermsAggregation.
8 abstract class AbstractTermsAggregation extends AbstractSimpleAggregation class
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md268 * Added `AbstractTermsAggregation::setIncludeAsExactMatch()` [#1766](https://github.com/ruflin/Elastica/pull/1766)
269 * Added `AbstractTermsAggregation::setExcludeAsExactMatch()` [#1766](https://github.com/ruflin/Elastica/pull/1766)
270 * Added `AbstractTermsAggregation::setIncludeWithPartitions()` [#1766](https://github.com/ruflin/Elastica/pull/1766)
292 * Removed unsupported `flags` from `AbstractTermsAggregation::setInclude()` [#1766](https://github.com/ruflin/Elastica/pull/1766)
293 * Removed unsupported `flags` from `AbstractTermsAggregation::setExclude()` [#1766](https://github.com/ruflin/Elastica/pull/1766)