Home
last modified time | relevance | path

Searched refs:setParam (Results 26 – 50 of 129) sorted by path

123456

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DHistogram.php36 return $this->setParam('interval', $interval);
49 return $this->setParam('order', [$order => $direction]);
61 return $this->setParam('min_doc_count', $count);
H A DIpRange.php35 return $this->setParam('field', $field);
H A DMissing.php31 return $this->setParam('field', $field);
H A DNested.php29 return $this->setParam('path', $path);
H A DNormalizeAggregation.php44 return $this->setParam('method', $method);
54 return $this->setParam('format', $format);
H A DParentAggregation.php21 return $this->setParam('type', $type);
H A DPercentiles.php37 return $this->setParam('tdigest', $compression);
49 return $this->setParam('hdr', $compression);
61 return $this->setParam('percents', $percents);
H A DPercentilesBucket.php48 return $this->setParam('format', $format);
58 return $this->setParam('percents', $percents);
H A DReverseNested.php32 return $this->setParam('path', $path);
H A DScriptedMetric.php51 return $this->setParam('combine_script', $script);
63 return $this->setParam('init_script', $script);
76 return $this->setParam('map_script', $script);
89 return $this->setParam('reduce_script', $script);
H A DSerialDiff.php38 return $this->setParam('lag', $lag);
48 return $this->setParam('gap_policy', $gapPolicy);
58 return $this->setParam('format', $format);
H A DSignificantTerms.php24 return $this->setParam('background_filter', $filter);
H A DStatsBucket.php37 return $this->setParam('format', $format);
H A DSumBucket.php37 return $this->setParam('format', $format);
H A DTerms.php24 return $this->setParam('order', [$order => $direction]);
36 return $this->setParam('order', $orders);
48 return $this->setParam('missing_bucket', true);
H A DTopHits.php35 return $this->setParam('size', $size);
45 return $this->setParam('from', $from);
55 return $this->setParam('sort', $sortArgs);
67 return $this->setParam('_source', $params);
77 return $this->setParam('version', $version);
87 return $this->setParam('explain', $explain);
103 return $this->setParam('script_fields', $scriptFields);
129 return $this->setParam('highlight', $highlightArgs);
139 return $this->setParam('docvalue_fields', $fields);
H A DValueCount.php31 return $this->setParam('field', $field);
H A DWeightedAvg.php33 return $this->setParam('value', $value);
47 return $this->setParam('value', ['script' => $script]);
69 return $this->setParam('weight', $weight);
83 return $this->setParam('weight', ['script' => $script]);
95 return $this->setParam('format', $format);
107 return $this->setParam('value_type', $valueType);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/Traits/
H A DBucketsPathTrait.php12 return $this->setParam('buckets_path', $bucketsPath);
H A DGapPolicyTrait.php14 return $this->setParam('gap_policy', $gapPolicy);
H A DKeyedTrait.php15 return $this->setParam('keyed', $keyed);
H A DMissingTrait.php16 return $this->setParam('missing', $missing);
H A DShardSizeTrait.php12 return $this->setParam('shard_size', $size);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DCollapse.php19 return $this->setParam('field', $fieldName);
27 return $this->setParam('inner_hits', $innerHits);
42 return $this->setParam('inner_hits', $hits);
47 return $this->setParam('max_concurrent_group_searches', $groupSearches);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Collapse/
H A DInnerHits.php15 * via calling InnerHits::setParam('collapse', $collapse).
27 return $this->setParam('collapse', $collapse);

123456