/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
H A D | QueryString.php | 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('boos [all...] |
H A D | MultiMatch.php | 39 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 D | MoreLikeThis.php | 25 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 D | InnerHits.php | 41 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 D | Percolate.php | 26 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 D | SimpleQueryString.php | 32 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 D | Nested.php | 23 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 D | Wildcard.php | 30 $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]));
|
H A D | DistanceFeature.php | 21 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 D | FunctionScore.php | 60 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);
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/ |
H A D | Term.php | 24 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...] |
H A D | Phrase.php | 26 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', [
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/CandidateGenerator/ |
H A D | DirectGenerator.php | 37 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/ |
H A D | Query.php | 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_field [all...] |
H A D | AbstractUpdateAction.php | 27 return $this->setParam('_id', $id); 56 return $this->setParam('_index', $index); 104 return $this->setParam('if_seq_no', $number); 135 return $this->setParam('if_primary_term', $term); 166 return $this->setParam('version', (int) $version); 198 return $this->setParam('op_type', $opType); 230 return $this->setParam('routing', $value); 264 return $this->setParam('fields', (string) $fields); 300 return $this->setParam('retry_on_conflict', (int) $num); 334 return $this->setParam(Reinde [all...] |
H A D | Connection.php | 64 $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 D | Reindex.php | 99 $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 D | Collapse.php | 19 return $this->setParam('field', $fieldName); 27 return $this->setParam('inner_hits', $innerHits); 42 return $this->setParam('inner_hits', $hits); 47 return $this->setParam('max_concurrent_group_searches', $groupSearches);
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
H A D | TopHits.php | 35 return $this->setParam('size', $size); 45 return $this->setParam('from', $from); 55 return $this->setParam('sort', $sortArgs); 67 return $this->setParam('_source', $params); 77 return $this->setParam('version', $version); 87 return $this->setParam('explain', $explain); 103 return $this->setParam('script_fields', $scriptFields); 129 return $this->setParam('highlight', $highlightArgs); 139 return $this->setParam('docvalue_fields', $fields);
|
H A D | AbstractTermsAggregation.php | 22 return $this->setParam('min_doc_count', $count); 36 return $this->setParam('include', $pattern); 50 return $this->setParam('include', $values); 62 return $this->setParam('include', [ 77 return $this->setParam('exclude', $pattern); 91 return $this->setParam('exclude', $values); 101 return $this->setParam('size', $size); 116 return $this->setParam('execution_hint', $hint);
|
H A D | DateHistogram.php | 54 return $this->setParam('calendar_interval', $interval); 62 return $this->setParam('fixed_interval', $interval); 72 return $this->setParam('time_zone', $timezone); 84 return $this->setParam('factor', $factor); 94 return $this->setParam('offset', $offset); 108 return $this->setParam('format', $format); 132 return $this->setParam('extended_bounds', $bounds);
|
H A D | WeightedAvg.php | 33 return $this->setParam('value', $value); 47 return $this->setParam('value', ['script' => $script]); 69 return $this->setParam('weight', $weight); 83 return $this->setParam('weight', ['script' => $script]); 95 return $this->setParam('format', $format); 107 return $this->setParam('value_type', $valueType);
|
H A D | AutoDateHistogram.php | 25 return $this->setParam('buckets', $buckets); 36 return $this->setParam('format', $format); 47 return $this->setParam('time_zone', $timezone); 58 return $this->setParam('minimum_interval', $minimumInterval);
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/ |
H A D | DateIndexNameProcessor.php | 35 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 D | KvProcessor.php | 36 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);
|