Home
last modified time | relevance | path

Searched refs:setParam (Results 76 – 100 of 129) sorted by relevance

123456

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/Traits/
H A DBucketsPathTrait.php12 return $this->setParam('buckets_path', $bucketsPath);
H A DKeyedTrait.php15 return $this->setParam('keyed', $keyed);
H A DGapPolicyTrait.php14 return $this->setParam('gap_policy', $gapPolicy);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/Traits/
H A DFieldTrait.php12 return $this->setParam('field', $field);
H A DIgnoreMissingTrait.php14 return $this->setParam('ignore_missing', $ignoreMissing);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DCompletion.php25 return $this->setParam('fuzzy', $fuzzy);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DParentAggregation.php21 return $this->setParam('type', $type);
H A DChildren.php21 return $this->setParam('type', $type);
H A DSignificantTerms.php24 return $this->setParam('background_filter', $filter);
H A DAdjacencyMatrix.php24 return $this->setParam('separator', $separator);
H A DNested.php29 return $this->setParam('path', $path);
H A DValueCount.php31 return $this->setParam('field', $field);
H A DGeoCentroid.php31 return $this->setParam('field', $field);
H A DCumulativeSum.php28 return $this->setParam('format', $format);
H A DGeoBounds.php31 return $this->setParam('field', $field);
H A DMissing.php31 return $this->setParam('field', $field);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Rescore/
H A DAbstractRescore.php23 return $this->setParam('window_size', $size);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Collapse/
H A DInnerHits.php15 * via calling InnerHits::setParam('collapse', $collapse).
27 return $this->setParam('collapse', $collapse);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DExists.php29 return $this->setParam('field', $field);
H A DLimit.php33 return $this->setParam('value', $limit);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DFailProcessor.php28 return $this->setParam('message', $message);
H A DRemoveProcessor.php34 return $this->setParam('field', $field);
H A DSortProcessor.php31 return $this->setParam('order', $order);
H A DJsonProcessor.php33 return $this->setParam('add_to_root', $addToRoot);
H A DJoinProcessor.php30 return $this->setParam('separator', $separator);

123456