Home
last modified time | relevance | path

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

123456

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php64 $this->setParam('config', []);
83 return $this->setParam('port', (int) $port);
101 return $this->setParam('host', $host);
124 return $this->setParam('proxy', $proxy);
142 return $this->setParam('transport', $transport);
160 return $this->setParam('compression', $compression);
178 return $this->setParam('path', $path);
188 return $this->setParam('timeout', $timeout);
213 return $this->setParam('connectTimeout', $timeout);
233 return $this->setParam('enable
[all...]
H A DDocument.php234 return $this->setParam('pipeline', $pipeline);
H A DMapping.php46 return $this->setParam('properties', $properties);
70 return $this->setParam('_meta', $meta);
87 return $this->setParam('_source', $source);
124 public function setParam(string $key, $value): Mapping function in Elastica\\Mapping
134 * @see setParam
H A DParam.php56 public function setParam($key, $value) function in Elastica\\Param
H A DPipeline.php146 $this->setParam('processors', [$processors]);
153 $this->setParam('description', $description);
H A DQuery.php140 return $this->setParam('query', $query);
160 return $this->setParam('from', $from);
174 return $this->setParam('sort', $sortArgs);
197 return $this->setParam('track_scores', $trackScores);
210 return $this->setParam('highlight', $highlightArgs);
234 return $this->setParam('size', $size);
246 return $this->setParam('explain', $explain);
258 return $this->setParam('version', $version);
273 return $this->setParam('stored_fields', $fields);
286 return $this->setParam('docvalue_field
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DAppendProcessor.php36 return $this->setParam('value', $value);
46 return $this->setParam('allow_duplicates', $allowDuplicates);
H A DAttachmentProcessor.php34 return $this->setParam('indexed_chars', $indexedChars);
44 return $this->setParam('properties', $properties);
H A DConvertProcessor.php35 return $this->setParam('type', $type);
H A DDateIndexNameProcessor.php35 return $this->setParam('date_rounding', $dateRounding);
45 return $this->setParam('date_formats', $formats);
55 return $this->setParam('index_name_prefix', $indexPrefixName);
65 return $this->setParam('index_name_format', $indexNameFormat);
75 return $this->setParam('timezone', $timezone);
85 return $this->setParam('locale', $locale);
H A DDateProcessor.php35 return $this->setParam('formats', $formats);
45 return $this->setParam('timezone', $timezone);
55 return $this->setParam('locale', $locale);
H A DFailProcessor.php28 return $this->setParam('message', $message);
H A DForeachProcessor.php44 return $this->setParam('processor', $processor);
55 return $this->setParam('processor', $processor);
H A DJoinProcessor.php30 return $this->setParam('separator', $separator);
H A DJsonProcessor.php33 return $this->setParam('add_to_root', $addToRoot);
H A DKvProcessor.php36 return $this->setParam('field_split', $fieldSplit);
46 return $this->setParam('value_split', $valueSplit);
56 return $this->setParam('include_keys', $listOfKeys);
66 return $this->setParam('exclude_keys', $listOfKeys);
H A DRemoveProcessor.php34 return $this->setParam('field', $field);
H A DSetProcessor.php37 return $this->setParam('value', $value);
47 return $this->setParam('override', $override);
H A DSortProcessor.php31 return $this->setParam('order', $order);
H A DSplitProcessor.php33 return $this->setParam('separator', $separator);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/Traits/
H A DFieldTrait.php12 return $this->setParam('field', $field);
H A DIgnoreFailureTrait.php14 return $this->setParam('ignore_failure', $ignoreFailure);
H A DIgnoreMissingTrait.php14 return $this->setParam('ignore_missing', $ignoreMissing);
H A DTargetFieldTrait.php12 return $this->setParam('target_field', $targetField);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DAbstractGeoDistance.php151 $this->setParam($this->_key, $this->_getLocationData());

123456