Lines Matching refs:setParam
140 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_fields', $fieldDataFields);
302 return $this->setParam('script_fields', $scriptFields);
362 return $this->setParam('min_score', $minScore);
374 $this->setParam('suggest', $suggest);
400 return $this->setParam('rescore', $buffer);
413 return $this->setParam('_source', $params);
423 return $this->setParam('post_filter', $filter);
433 return $this->setParam('collapse', $collapse);
444 return $this->setParam('pit', $pit);
454 return $this->setParam('indices_boost', \array_chunk($indicesBoost, 1, true));
470 return $this->setParam('track_total_hits', $trackTotalHits);