Home
last modified time | relevance | path

Searched refs:indices (Results 51 – 75 of 95) sorted by relevance

1234

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D3ae03ba3b56e5e287953094050766738.asciidoc5 $response = $client->indices()->refresh();
H A D53d938c754f36a912fcbe6473abb463f.asciidoc1 // indices/put-mapping.asciidoc:465
H A D71ba9033107882f61cdc3b32fc73568d.asciidoc16 $response = $client->indices()->putMapping($params);
H A D2a1de18774f9c68cafa169847832b2bc.asciidoc17 $response = $client->indices()->create($params);
H A D0989cc65d8924f666ce3eb0820d2d244.asciidoc1 // indices/put-mapping.asciidoc:427
H A Dd8b2a88b5eca99d3691ad3cd40266736.asciidoc23 $response = $client->indices()->create($params);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md24 - `{type}` part in `indices.put_mapping` API is not required anymore, see new specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)
H A DCHANGELOG.md193 - added `wait_for_active_shards` parameter to `indices.close` API;
196 parameters to `indices.stats` API.
270 - Removed requirement of `{type}` part in `indices.put_mapping`, see new API specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)
273 - Added `include_type_name` in `get`, `index`, `indices.create`, `indices.field.get`, `indices.get`, `indices.mapping.get`, `indices.mapping.getfield`, `indices
[all...]
H A DREADME.md24 - [Reload search analyzers](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-reload-analyzers.html)
377 $response = $client->indices()->delete($deleteParams);
406 $response = $client->indices()->create($params);
457 You'll also notice that the client is configured in a manner that facilitates easy discovery via the IDE. All core actions are available under the `$client` object (indexing, searching, getting, etc.). Index and cluster management are located under the `$client->indices()` and `$client->cluster()` objects, respectively.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DGraphNamespace.asciidoc31 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Required)
H A DNodesNamespace.asciidoc83 $params['index_metric'] = (list) Limit the information returned for `indices` metric to the specific index metrics. Isn't used if `indices` (or `all`) metric isn't specified.
H A DMlNamespace.asciidoc784 $params['allow_no_indices'] = (boolean) Ignore if the source indices expressions resolves to no concrete indices (default: true)
785 $params['ignore_throttled'] = (boolean) Ignore indices that are marked as throttled (default: true)
786 $params['expand_wildcards'] = (enum) Whether source index expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all)
956 $params['allow_no_indices'] = (boolean) Ignore if the source indices expressions resolves to no concrete indices (default: true)
957 $params['ignore_throttled'] = (boolean) Ignore indices that are marked as throttled (default: true)
958 $params['expand_wildcards'] = (enum) Whether source index expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all)
H A DCatNamespace.asciidoc27 * <<Elasticsearch_Namespaces_CatNamespaceindices_indices,`indices()`>>
62 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = all)
161 .`indices(array $params = [])`
172 $params['health'] = (enum) A health status ("green", "yellow", or "red" to filter only indices matching the specified health status (Options = green,yellow,red)
179 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = all)
H A DRollupNamespace.asciidoc126 $params['index'] = (list) The indices or index-pattern(s) (containing rollup or regular data) that should be searched (Required)
/plugin/strata/
H A DREADME.md7 Strata is a semi-structured data plugin for [DokuWiki][dw]. Strata allows you to add data to your wiki pages, and later on query that data to create automatic indices or other overviews.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php162 protected $indices; variable in Elasticsearch\\Client
289 $this->indices = new IndicesNamespace($transport, $endpoint);
395 * $params['index'] = (list) A comma-separated list of indices to restrict the results
397 * $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
398 * $params['ignore_throttled'] = (boolean) Whether specified concrete, expanded or aliased indices should be ignored when throttled
399 * $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
400 * $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
505 * $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Require
1758 public function indices(): IndicesNamespace global() function in Elasticsearch\\Client
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc230 located under the `$client->indices()` and `$client->cluster()` objects,
424 $response = $client->indices()->delete($deleteParams);
458 $response = $client->indices()->create($params);
H A Dfutures.asciidoc269 example, "exists" APIs (`$client->exists()`, `$client->indices()->exists`,
270 `$client->indices->templateExists()`, and so on) typically return a true or
H A Dcommunity.asciidoc23 Its main goal is to allow for easier structuring of queries and indices in your
H A Drelease-notes.asciidoc311 * added `wait_for_active_shards` parameter to `indices.close` API;
314 parameters to `indices.stats` API.
/plugin/mytemplate/
H A DREADME42 exact index. The map-indices is allowed to have gaps and the index specified in
101 Alternatively, you can manually specify indices:
/plugin/revealjs/js/
H A Dreveal.js3477 var indices = getIndices( slide );
3478 value.push( indices.h + 1 );
3480 if( isVerticalSlide( slide ) ) value.push( sep, indices.v + 1 );
4378 var indices = Reveal.getIndices(element);
4379 slide(indices.h, indices.v);
4653 var indices = getIndices();
4656 indexh: indices.h,
4657 indexv: indices.v,
4658 indexf: indices.f,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DCatNamespace.php31 * Shows information about currently configured aliases to indices including filter and routing infos.
40 * $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = all)
86 * Provides quick access to the document count of the entire cluster, or individual indices.
180 * Returns information about indices: number of primaries and replicas, document counts, disk size, ...
188 * $params['health'] = (enum) A health status ("green", "yellow", or "red" to filter only indices matching the specified health status (Options = green,yellow,red)
195 * $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = all)
199 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html
201 public function indices(array $params = []) function in Elasticsearch\\Namespaces\\CatNamespace
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md435 * [Index Recovery](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-recovery.html) : the indices recovery API provides insight into on-going index shard recoveries. It was never been implemented into Elastica. [#1537](https://github.com/ruflin/Elastica/pull/1537)
517 - removed analyzed/not_analyzed on [indices mapping](https://www.elastic.co/guide/en/elasticsearch/reference/6.0/mapping-index.html)
521 - Removed ```optimize``` from Index class as it has been deprecated in ES 2.1 and removed in [ES 5.x+](https://www.elastic.co/guide/en/elasticsearch/reference/2.4/indices-optimize.html) use forcemerge [#1351](https://github.com/ruflin/Elastica/pull/1350)
529 - Disable [_all](https://github.com/elastic/elasticsearch/pull/22144) by default, disallow configuring _all on 6.0+ indices [#1365](https://github.com/ruflin/Elastica/pull/1365)
537 - [Analyze Explain](https://www.elastic.co/guide/en/elasticsearch/reference/6.0/_explain_analyze.html) no more support [request parameters](https://www.elastic.co/guide/en/elasticsearch/reference/5.5/indices-analyze.html), use request body instead. [#1370](https://github.com/ruflin/Elastica/pull/1370)
586 - Add support for querystring in Type. this allow to use `update_all_types` in type mapping in order to resolve conflicts between fields in different types. [Conflicts between fields in different types](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-put-mapping.html#merging-conflicts)
588 - Added `\Elastica\Reindex` for reindexing between indices [#1311](https://github.com/ruflin/Elastica/issues/1311)
743 $indices = $cluster->getHealth()->getIndices();
744 $indices[
[all...]

1234