Home
last modified time | relevance | path

Searched refs:array (Results 101 – 125 of 765) sorted by last modified time

12345678910>>...31

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc38 the empty object is explicitly an object, not an array. To define this query in
43 $params['body'] = array(
44 'query' => array(
45 'match' => array(
49 'highlight' => array(
50 'fields' => array(
61 correctly output an empty object, instead of an empty array. This verbose
68 Another common pattern in {es} DSL is an array of objects. For example, consider
83 <1> "sort" contains an array of JSON objects.
87 actually going on. To construct an array o
[all...]
H A Dcrud.asciidoc50 those in the array alongside the `index`, and others. For example, let's set the
74 in PHP, the process is similar. You first create an action array object (for
195 or appending a new value to an array. To perform a scripted update, you need to
H A Dfutures.asciidoc60 interface, which makes the future act like a simple associative array. For
80 Interacting with the future as an associative array, just like a normal
H A Dnamespaces.asciidoc58 $params['index'] = array('my_index1', 'my_index2');
67 $params['body'] = array(
68 'actions' => array(
69 array(
70 'add' => array(
H A Dserializers.asciidoc26 If the data is an array, it is converted to JSON. If the data provided was an
27 empty array, the serializer manually converts the JSON from an empty array
37 encoded as JSON, it is decoded into an array using `json_decode`. Otherwise, it
74 If the data is an array, it is converted to json. If the data provided was an
75 empty array, the serializer manually converts the JSON from an empty array
114 If the data provided was an empty array, the serializer manually converts the
115 JSON from an empty array (`[]`) to an empty object (`{}`) so that it is valid
118 If the data was not an array an
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSqlNamespace.asciidoc28 .`clearCursor(array $params = [])`
40 .`query(array $params = [])`
46 $params['body'] = (array) Use the `query` element to start a query. Use the `cursor` element to continue a query. (Required)
54 .`translate(array $params = [])`
59 $params['body'] = (array) Specify the query in the `query` element. (Required)
H A DSslNamespace.asciidoc26 .`certificates(array $params = [])`
H A DTextStructureNamespace.asciidoc26 .`findStructure(array $params = [])`
45 $params['body'] = (array) The contents of the file to be analyzed (Required)
H A DWatcherNamespace.asciidoc36 .`ackWatch(array $params = [])`
50 .`activateWatch(array $params = [])`
63 .`deactivateWatch(array $params = [])`
76 .`deleteWatch(array $params = [])`
89 .`executeWatch(array $params = [])`
96 $params['body'] = (array) Execution control
104 .`getWatch(array $params = [])`
117 .`putWatch(array $params = [])`
127 $params['body'] = (array) The watch
135 .`queryWatches(array
[all...]
H A DAutoscalingNamespace.asciidoc29 .`deleteAutoscalingPolicy(array $params = [])`
42 .`getAutoscalingCapacity(array $params = [])`
54 .`getAutoscalingPolicy(array $params = [])`
67 .`putAutoscalingPolicy(array $params = [])`
73 $params['body'] = (array) the specification of the autoscaling policy (Required)
H A DCatNamespace.asciidoc50 .`aliases(array $params = [])`
70 .`allocation(array $params = [])`
91 .`count(array $params = [])`
109 .`fielddata(array $params = [])`
128 .`health(array $params = [])`
147 .`help(array $params = [])`
161 .`indices(array $params = [])`
187 .`master(array $params = [])`
206 .`mlDataFrameAnalytics(array $params = [])`
227 .`mlDatafeeds(array
[all...]
H A DCcrNamespace.asciidoc38 .`deleteAutoFollowPattern(array $params = [])`
51 .`follow(array $params = [])`
58 $params['body'] = (array) The name of the leader index and other optional ccr related parameters (Required)
66 .`followInfo(array $params = [])`
79 .`followStats(array $params = [])`
92 .`forgetFollower(array $params = [])`
98 $params['body'] = (array) the name and UUID of the follower index, the name of the cluster containing the follower index, and the alias from the perspective of that cluster for the remote cluster containing the leader index (Required)
106 .`getAutoFollowPattern(array $params = [])`
119 .`pauseAutoFollowPattern(array $params = [])`
132 .`pauseFollow(array
[all...]
H A DEqlNamespace.asciidoc29 .`delete(array $params = [])`
42 .`get(array $params = [])`
57 .`getStatus(array $params = [])`
70 .`search(array $params = [])`
79 $params['body'] = (array) Eql request body. Use the `query` to limit the query scope. (Required)
H A DFeaturesNamespace.asciidoc26 .`getFeatures(array $params = [])`
H A DGraphNamespace.asciidoc26 .`explore(array $params = [])`
35 $params['body'] = (array) Graph Query DSL
H A DIlmNamespace.asciidoc35 .`deleteLifecycle(array $params = [])`
48 .`explainLifecycle(array $params = [])`
63 .`getLifecycle(array $params = [])`
76 .`getStatus(array $params = [])`
88 .`moveToStep(array $params = [])`
94 $params['body'] = (array) The new lifecycle step to move to
102 .`putLifecycle(array $params = [])`
108 $params['body'] = (array) The lifecycle policy definition to register
116 .`removePolicy(array $params = [])`
129 .`retry(array
[all...]
H A DLogstashNamespace.asciidoc28 .`deletePipeline(array $params = [])`
41 .`getPipeline(array $params = [])`
54 .`putPipeline(array $params = [])`
60 $params['body'] = (array) The Pipeline to add or update (Required)
H A DRollupNamespace.asciidoc34 .`deleteJob(array $params = [])`
48 .`getJobs(array $params = [])`
62 .`getRollupCaps(array $params = [])`
76 .`getRollupIndexCaps(array $params = [])`
90 .`putJob(array $params = [])`
97 $params['body'] = (array) The job configuration (Required)
105 .`rollup(array $params = [])`
112 $params['body'] = (array) The rollup configuration (Required)
120 .`rollupSearch(array $params = [])`
130 $params['body'] = (array) Th
[all...]
H A DSearchableSnapshotsNamespace.asciidoc29 .`clearCache(array $params = [])`
46 .`mount(array $params = [])`
57 $params['body'] = (array) The restore configuration for mounting the snapshot as searchable (Required)
65 .`repositoryStats(array $params = [])`
79 .`stats(array $params = [])`
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DReverseNested.php38 public function toArray(): array
40 $array = parent::toArray();
43 // if we don't have a path, then this would otherwise get encoded as an empty array, which is invalid.
44 $array['reverse_nested'] = (object) $array['reverse_nested'];
46 return $array;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DQuery.php24 * @phpstan-type THighlightArgs = array<mixed>
27 * @phpstan-type TDocValueFields = array<mixed>
29 * @phpstan-type TSourceArgs = non-empty-string|list<non-empty-string>|array{includes?: list<non-empty-string>, excludes?: list<non-empty-string>}|false
30 * @phpstan-type TSortArrayArg = array<string, string>|array<string, array{
34 * nested?: array{path: non-empty-string, filter?: array<mixed>, max_children?: int, nested?: array<mixed>},
37 * }>|array{_geo_distanc
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DAbstractScript.php39 public function __construct(?array $params = null, ?string $lang = null, ?string $documentId = null)
57 * @param AbstractScript|array|string $data
97 public function toArray(): array
99 $array = $this->getScriptTypeArray();
102 $array['params'] = $this->_convertArrayable($this->_params);
106 $array['lang'] = $this->_lang;
109 return ['script' => $array];
113 * Returns an array with the script type as key and the script content as value.
115 abstract protected function getScriptTypeArray(): array;
117 private static function _createFromArray(array
[all...]
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md33 $response->then(function (array $response) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md22 - Fixed warning header as array in YAML tests generator
54 - Fixed using object instead of array in onFailure transport event
120 - Fixed `Client::extractArgument` iterable casting to array;
297 - [DOCS] Proper return type array for get method for `IndicesNamespace` [#651](https://github.com/elastic/elasticsearch-php/pull/651)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc100 .`bulk(array $params = [])`
116 $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
124 .`clearScroll(array $params = [])`
130 $params['body'] = (array) A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter
138 .`closePointInTime(array $params = [])`
143 $params['body'] = (array) a point-in-time id to close
151 .`count(array $params = [])`
172 $params['body'] = (array) A query to restrict the results specified with the Query DSL (optional)
180 .`create(array $params = [])`
195 $params['body'] = (array) Th
[all...]

12345678910>>...31