Home
last modified time | relevance | path

Searched refs:setParam (Results 1 – 25 of 129) sorted by path

123456

/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md367 * Elastica\Reindex->run() does not refresh the new Index after completion anymore. Use `$reindex->setParam(Reindex::REFRESH, 'wait_for')` instead.
2011 - setRawArguments in Elastica_Query is now setParam
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DAbstractUpdateAction.php27 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...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractSimpleAggregation.php18 return $this->setParam('field', $field);
30 return $this->setParam('script', $script);
H A DAbstractTermsAggregation.php22 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 DAdjacencyMatrix.php24 return $this->setParam('separator', $separator);
H A DAutoDateHistogram.php25 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);
H A DAvgBucket.php39 return $this->setParam('format', $format);
H A DBucketScript.php44 return $this->setParam('buckets_path', $bucketsPath);
54 return $this->setParam('script', $script);
64 return $this->setParam('format', $format);
H A DBucketSelector.php42 return $this->setParam('buckets_path', $bucketsPath);
H A DCardinality.php21 return $this->setParam('precision_threshold', $precisionThreshold);
29 return $this->setParam('rehash', $rehash);
H A DChildren.php21 return $this->setParam('type', $type);
H A DComposite.php12 return $this->setParam('size', $size);
32 return $this->setParam('after', $checkpoint);
H A DCumulativeSum.php28 return $this->setParam('format', $format);
H A DDateHistogram.php54 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 DDateRange.php23 return $this->setParam('format', $format);
31 return $this->setParam('time_zone', $timezone);
H A DDerivative.php37 return $this->setParam('format', $format);
H A DDiversifiedSampler.php21 return $this->setParam('max_docs_per_value', $max);
32 return $this->setParam('execution_hint', $hint);
H A DExtendedStatsBucket.php24 return $this->setParam('format', $format);
29 return $this->setParam('sigma', $sigma);
H A DFilter.php31 return $this->setParam('filter', $filter);
H A DFilters.php51 return $this->setParam('other_bucket', $otherBucket);
59 return $this->setParam('other_bucket_key', $otherBucketKey);
H A DGeoBounds.php31 return $this->setParam('field', $field);
H A DGeoCentroid.php31 return $this->setParam('field', $field);
H A DGeoDistance.php42 return $this->setParam('field', $field);
54 return $this->setParam('origin', $origin);
95 return $this->setParam('unit', $unit);
107 return $this->setParam('distance_type', $distanceType);
H A DGeohashGrid.php36 return $this->setParam('field', $field);
52 return $this->setParam('precision', $precision);
64 return $this->setParam('size', $size);
H A DGeotileGridAggregation.php36 return $this->setParam('field', $field);
48 return $this->setParam('precision', $precision);
60 return $this->setParam('size', $size);

123456