Home
last modified time | relevance | path

Searched refs:setParam (Results 51 – 75 of 129) sorted by relevance

123456

/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DAttachmentProcessor.php34 return $this->setParam('indexed_chars', $indexedChars);
44 return $this->setParam('properties', $properties);
H A DAppendProcessor.php36 return $this->setParam('value', $value);
46 return $this->setParam('allow_duplicates', $allowDuplicates);
H A DSetProcessor.php37 return $this->setParam('value', $value);
47 return $this->setParam('override', $override);
H A DForeachProcessor.php44 return $this->setParam('processor', $processor);
55 return $this->setParam('processor', $processor);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DExtendedStatsBucket.php24 return $this->setParam('format', $format);
29 return $this->setParam('sigma', $sigma);
H A DAbstractSimpleAggregation.php18 return $this->setParam('field', $field);
30 return $this->setParam('script', $script);
H A DPercentilesBucket.php48 return $this->setParam('format', $format);
58 return $this->setParam('percents', $percents);
H A DFilters.php51 return $this->setParam('other_bucket', $otherBucket);
59 return $this->setParam('other_bucket_key', $otherBucketKey);
H A DNormalizeAggregation.php44 return $this->setParam('method', $method);
54 return $this->setParam('format', $format);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DDisMax.php41 return $this->setParam('boost', $boost);
53 return $this->setParam('tie_breaker', $tieBreaker);
H A DSpanContaining.php30 return $this->setParam('little', $little);
38 return $this->setParam('big', $big);
H A DSpanNot.php30 return $this->setParam('include', $include);
38 return $this->setParam('exclude', $exclude);
H A DSpanWithin.php30 return $this->setParam('little', $little);
38 return $this->setParam('big', $big);
H A DGeoDistance.php38 $this->setParam('distance', $distance);
52 $this->setParam('distance_type', $distanceType);
H A DSpanNear.php39 return $this->setParam('slop', $slop);
47 return $this->setParam('in_order', $inOrder);
H A DSpanFirst.php51 $this->setParam('end', $end);
72 return $this->setParam($type, $args);
H A DFuzzy.php41 return $this->setParam($fieldName, ['value' => $value]);
61 return $this->setParam($key, $params[$key]);
H A DMatchPhrase.php21 $this->setParam($field, $values);
34 return $this->setParam($field, $values);
H A DBoolQuery.php71 return $this->setParam('boost', $boost);
83 return $this->setParam('minimum_should_match', $minimum);
H A DMatchQuery.php29 $this->setParam($field, $values);
42 return $this->setParam($field, $values);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DPipeline.php146 $this->setParam('processors', [$processors]);
153 $this->setParam('description', $description);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/Traits/
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/Processor/Traits/
H A DIgnoreFailureTrait.php14 return $this->setParam('ignore_failure', $ignoreFailure);
H A DTargetFieldTrait.php12 return $this->setParam('target_field', $targetField);

123456