Home
last modified time | relevance | path

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

123456

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DBoolQuery.php71 return $this->setParam('boost', $boost);
83 return $this->setParam('minimum_should_match', $minimum);
H A DBoosting.php23 return $this->setParam('positive', $query);
33 return $this->setParam('negative', $query);
43 return $this->setParam('negative_boost', $negativeBoost);
H A DCommon.php154 $this->setParam($this->_field, $this->_queryParams);
H A DConstantScore.php31 return $this->setParam('filter', $filter);
41 return $this->setParam('boost', $boost);
H A DDisMax.php41 return $this->setParam('boost', $boost);
53 return $this->setParam('tie_breaker', $tieBreaker);
H A DDistanceFeature.php21 return $this->setParam('field', $field);
29 return $this->setParam('origin', $origin);
34 return $this->setParam('pivot', $pivot);
39 return $this->setParam('boost', $boost);
H A DExists.php29 return $this->setParam('field', $field);
H A DFunctionScore.php60 return $this->setParam('query', $query);
233 return $this->setParam('boost', $boost);
243 return $this->setParam('max_boost', $maxBoost);
255 return $this->setParam('boost_mode', $mode);
272 return $this->setParam('random_score', $seedParam);
284 return $this->setParam('score_mode', $mode);
294 return $this->setParam('min_score', $minScore);
303 $this->setParam('functions', $this->_functions);
H A DFuzzy.php41 return $this->setParam($fieldName, ['value' => $value]);
61 return $this->setParam($key, $params[$key]);
H A DGeoBoundingBox.php41 $this->setParam($key, [
H A DGeoDistance.php38 $this->setParam('distance', $distance);
52 $this->setParam('distance_type', $distanceType);
H A DHasChild.php39 return $this->setParam('query', BaseQuery::create($query));
51 return $this->setParam('type', $type);
63 return $this->setParam('_scope', $scope);
73 return $this->setParam('inner_hits', $innerHits);
H A DHasParent.php37 return $this->setParam('query', BaseQuery::create($query));
49 return $this->setParam('parent_type', $type);
61 return $this->setParam('_scope', $scope);
H A DInnerHits.php41 return $this->setParam('name', $name);
51 return $this->setParam('size', $size);
61 return $this->setParam('from', $from);
71 return $this->setParam('sort', $sortArgs);
83 return $this->setParam('_source', $params);
93 return $this->setParam('version', $version);
103 return $this->setParam('explain', $explain);
113 return $this->setParam('script_fields', $scriptFields);
139 return $this->setParam('highlight', $highlightArgs);
149 return $this->setParam('docvalue_field
[all...]
H A DLimit.php33 return $this->setParam('value', $limit);
H A DMatchPhrase.php21 $this->setParam($field, $values);
34 return $this->setParam($field, $values);
H A DMatchQuery.php29 $this->setParam($field, $values);
42 return $this->setParam($field, $values);
H A DMoreLikeThis.php25 return $this->setParam('fields', $fields);
37 return $this->setParam('like', $like);
49 return $this->setParam('boost', $boost);
61 return $this->setParam('max_query_terms', $maxQueryTerms);
71 return $this->setParam('min_term_freq', $minTermFreq);
81 return $this->setParam('min_doc_freq', $minDocFreq);
91 return $this->setParam('max_doc_freq', $maxDocFreq);
101 return $this->setParam('min_word_length', $minWordLength);
111 return $this->setParam('max_word_length', $maxWordLength);
121 return $this->setParam('boost_term
[all...]
H A DMultiMatch.php39 return $this->setParam('query', $query);
51 return $this->setParam('fields', $fields);
63 return $this->setParam('use_dis_max', $useDisMax);
75 return $this->setParam('tie_breaker', $tieBreaker);
87 return $this->setParam('operator', $operator);
99 return $this->setParam('minimum_should_match', $minimumShouldMatch);
111 return $this->setParam('zero_terms_query', $zeroTermQuery);
125 return $this->setParam('cutoff_frequency', $cutoffFrequency);
135 return $this->setParam('type', $type);
147 return $this->setParam('fuzzines
[all...]
H A DNested.php23 return $this->setParam('path', $path);
33 return $this->setParam('query', $query);
45 return $this->setParam('score_mode', $scoreMode);
55 return $this->setParam('inner_hits', $innerHits);
H A DParentId.php28 $this->setParam('type', $type);
33 $this->setParam('id', $id);
38 $this->setParam('ignore_unmapped', $ignoreUnmapped);
H A DPercolate.php26 return $this->setParam('field', $field);
38 return $this->setParam('document', $document);
48 return $this->setParam('index', $index);
60 return $this->setParam('id', $id);
70 return $this->setParam('routing', $routing);
80 return $this->setParam('preference', $preference);
90 return $this->setParam('version', $version);
H A DQueryString.php40 return $this->setParam('query', $query);
55 return $this->setParam('default_field', $field);
69 return $this->setParam('default_operator', $operator);
81 return $this->setParam('analyzer', $analyzer);
93 return $this->setParam('allow_leading_wildcard', $allow);
105 return $this->setParam('enable_position_increments', $enabled);
117 return $this->setParam('fuzzy_prefix_length', $length);
129 return $this->setParam('fuzzy_min_sim', $minSim);
142 return $this->setParam('phrase_slop', $phraseSlop);
154 return $this->setParam('boos
[all...]
H A DRange.php37 return $this->setParam($fieldName, $args);
H A DRegexp.php35 return $this->setParam($key, ['value' => $value, 'boost' => $boost]);

123456