Lines Matching refs:setParam
40 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('boost', $boost);
166 return $this->setParam('analyze_wildcard', $analyze);
179 return $this->setParam('fields', $fields);
191 return $this->setParam('use_dis_max', $value);
203 return $this->setParam('tie_breaker', $tieBreaker);
213 return $this->setParam('rewrite', $rewrite);
223 return $this->setParam('time_zone', $timezone);