Home
last modified time | relevance | path

Searched refs:setParam (Results 101 – 125 of 129) sorted by path

123456

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DScript.php38 return $this->setParam('script', BaseScript::create($script));
H A DSimpleQueryString.php32 return $this->setParam('query', $query);
42 return $this->setParam('fields', $fields);
54 return $this->setParam('default_operator', $operator);
64 return $this->setParam('analyzer', $analyzer);
76 return $this->setParam('minimum_should_match', $minimumShouldMatch);
H A DSpanContaining.php30 return $this->setParam('little', $little);
38 return $this->setParam('big', $big);
H A DSpanFirst.php51 $this->setParam('end', $end);
72 return $this->setParam($type, $args);
H A DSpanMulti.php55 return $this->setParam($type, $args);
H A DSpanNear.php39 return $this->setParam('slop', $slop);
47 return $this->setParam('in_order', $inOrder);
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 DTerms.php42 return $this->setParam($this->field, $terms);
67 return $this->setParam($this->field, [
76 return $this->setParam('boost', $boost);
H A DWildcard.php30 $this->setParam($field, [
44 $this->setParam($this->field, \array_merge($data, ['value' => $value]));
52 $this->setParam($this->field, \array_merge($data, ['boost' => $boost]));
66 $this->setParam($this->field, \array_merge($data, ['rewrite' => $rewriteMode]));
77 $this->setParam($this->field, \array_merge($data, ['case_insensitive' => $caseInsensitive]));
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DReindex.php99 $this->setParam(self::WAIT_FOR_COMPLETION, $value);
104 $this->setParam(self::WAIT_FOR_ACTIVE_SHARDS, $value);
109 $this->setParam(self::TIMEOUT, $value);
114 $this->setParam(self::SCROLL, $value);
119 $this->setParam(self::REQUESTS_PER_SECOND, $value);
124 $this->setParam(self::SCRIPT, $script);
129 $this->setParam(self::QUERY, $query);
134 $this->setParam(self::PIPELINE, $pipeline);
139 $this->setParam(self::REFRESH, $value);
H A DRequest.php63 return $this->setParam('method', $method);
83 return $this->setParam('data', $data);
103 return $this->setParam('path', $path);
129 return $this->setParam('query', $query);
161 return $this->setParam('contentType', $contentType);
H A DResult.php252 public function setParam(string $param, $value): void function in Elastica\\Result
H A DSuggest.php27 return $this->setParam('text', $text);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Rescore/
H A DAbstractRescore.php23 return $this->setParam('window_size', $size);
H A DQuery.php24 $this->setParam('query', []);
66 return $this->setParam('query', $query);
79 return $this->setParam('query', $query);
92 return $this->setParam('query', $query);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DScriptFields.php39 $this->setParam($name, $script);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php68 return $this->setParam('regex', $value);
76 return $this->setParam('field', $field);
84 return $this->setParam('size', $size);
94 return $this->setParam('shard_size', $size);
H A DCompletion.php25 return $this->setParam('fuzzy', $fuzzy);
H A DPhrase.php26 return $this->setParam('analyzer', $analyzer);
36 return $this->setParam('gram_size', $size);
48 return $this->setParam('real_word_error_likelihood', $likelihood);
61 return $this->setParam('confidence', $confidence);
71 return $this->setParam('max_errors', $max);
79 return $this->setParam('separator', $separator);
89 return $this->setParam('highlight', [
135 return $this->setParam('smoothing', [
H A DTerm.php24 return $this->setParam('analyzer', $analyzer);
34 return $this->setParam('sort', $sort);
44 return $this->setParam('suggest_mode', $mode);
54 return $this->setParam('lowercase_terms', $lowercase);
66 return $this->setParam('max_edits', $max);
76 return $this->setParam('prefix_length', $length);
86 return $this->setParam('min_word_length', $length);
94 return $this->setParam('max_inspections', $max);
104 return $this->setParam('min_doc_freq', $min);
114 return $this->setParam('max_term_fre
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/CandidateGenerator/
H A DDirectGenerator.php37 return $this->setParam('field', $field);
47 return $this->setParam('size', $size);
57 return $this->setParam('suggest_mode', $mode);
67 return $this->setParam('max_edits', $max);
77 return $this->setParam('prefix_length', $length);
87 return $this->setParam('min_word_length', $min);
95 return $this->setParam('max_inspections', $max);
103 return $this->setParam('min_doc_freq', $min);
111 return $this->setParam('max_term_freq', $max);
123 return $this->setParam('pre_filte
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAbstractTransport.php126 $transport->setParam($key, $value);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DMethod.php79 function setParam($name, $value) { function in Method
H A DPHPClass.php147 $tempMethod->setParam($param, "");

123456