Home
last modified time | relevance | path

Searched refs:GapPolicyInterface (Results 1 – 12 of 12) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/Traits/
DGapPolicyTrait.php5 use Elastica\Aggregation\GapPolicyInterface; alias
8 * @see GapPolicyInterface
12 public function setGapPolicy(string $gapPolicy = GapPolicyInterface::SKIP): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
DSerialDiff.php12 class SerialDiff extends AbstractAggregation implements GapPolicyInterface
16 public const DEFAULT_GAP_POLICY_VALUE = GapPolicyInterface::INSERT_ZEROS;
DGapPolicyInterface.php13 interface GapPolicyInterface interface
DExtendedStatsBucket.php10 class ExtendedStatsBucket extends AbstractAggregation implements GapPolicyInterface
DBucketSelector.php10 class BucketSelector extends AbstractSimpleAggregation implements GapPolicyInterface
DSumBucket.php12 class SumBucket extends AbstractAggregation implements GapPolicyInterface
DDerivative.php12 class Derivative extends AbstractAggregation implements GapPolicyInterface
DStatsBucket.php12 class StatsBucket extends AbstractAggregation implements GapPolicyInterface
DAvgBucket.php12 class AvgBucket extends AbstractAggregation implements GapPolicyInterface
DPercentilesBucket.php12 class PercentilesBucket extends AbstractAggregation implements GapPolicyInterface
DBucketScript.php12 class BucketScript extends AbstractAggregation implements GapPolicyInterface
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md76 * Fixed passing wrong types to `GapPolicyInterface::setGapPolicy()`, `Document::setDocAsUpsert()` a…
117 …ation\Traits\GapPolicyTrait` and introduced `\Elastica\Aggregation\GapPolicyInterface` with consta…