Home
last modified time | relevance | path

Searched refs:delete (Results 76 – 100 of 1419) sorted by last modified time

12345678910>>...57

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc26 * <<Elasticsearch_Clientdelete_delete,`delete()`>>
203 .`delete(array $params = [])`
211 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the delete operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
215 $params['if_seq_no'] = (number) only perform the delete operation if the last operation that has changed the document has the specified sequence number
216 $params['if_primary_term'] = (number) only perform the delete operation if the last operation that has changed the document has the specified primary term
240 $params['conflicts'] = (enum) What to do when the delete by query hits version conflicts? (Options = abort,proceed) (Default = abort)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DEqlNamespace.asciidoc21 * <<Elasticsearch_Namespaces_EqlNamespacedelete_delete,`delete()`>>
29 .`delete(array $params = [])`
H A DRollupNamespace.asciidoc40 $params['id'] = (string) The ID of the job to delete
H A DTransformNamespace.asciidoc38 $params['transform_id'] = (string) The id of the transform to delete
H A DAsyncSearchNamespace.asciidoc21 * <<Elasticsearch_Namespaces_AsyncSearchNamespacedelete_delete,`delete()`>>
29 .`delete(array $params = [])`
H A DDanglingIndicesNamespace.asciidoc34 $params['accept_data_loss'] = (boolean) Must be set to true in order to delete the dangling index
H A DMlNamespace.asciidoc109 $params['calendar_id'] = (string) The ID of the calendar to delete
151 $params['id'] = (string) The ID of the data frame analytics to delete
166 $params['datafeed_id'] = (string) The ID of the datafeed to delete
194 $params['filter_id'] = (string) The ID of the filter to delete
207 $params['job_id'] = (string) The ID of the job from which to delete forecasts (Required)
208 $params['forecast_id'] = (string) The ID of the forecast to delete, can be comma delimited list. Leaving blank implies `_all`
223 $params['job_id'] = (string) The ID of the job to delete
239 $params['snapshot_id'] = (string) The ID of the snapshot to delete
253 $params['model_id'] = (string) The ID of the trained model to delete
H A DSnapshotNamespace.asciidoc25 * <<Elasticsearch_Namespaces_SnapshotNamespacedelete_delete,`delete()`>>
102 .`delete(array $params = [])`
H A DDataFrameTransformDeprecatedNamespace.asciidoc39 $params['transform_id'] = (string) The id of the transform to delete
H A DIndicesNamespace.asciidoc29 * <<Elasticsearch_Namespaces_IndicesNamespacedelete_delete,`delete()`>>
210 .`delete(array $params = [])`
215 $params['index'] = (list) A comma-separated list of indices to delete; use `_all` or `*` string to delete all indices
234 $params['name'] = (list) A comma-separated list of aliases to delete (supports wildcards); use `_all` to delete all aliases for the specified indices. (Required)
249 $params['name'] = (list) A comma-separated list of data streams to delete; use `*` to delete all data streams
H A DLicenseNamespace.asciidoc21 * <<Elasticsearch_Namespaces_LicenseNamespacedelete_delete,`delete()`>>
32 .`delete(array $params = [])`
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md520 - in order to delete an index you should not delete by its alias now you should delete using the [concrete index name](https://github.com/elastic/elasticsearch/blob/6.0/core/src/test/java/org/elasticsearch/aliases/IndexAliasesIT.java#L445) [#1348](https://github.com/ruflin/Elastica/pull/1348)
524 - The [created and found](https://github.com/elastic/elasticsearch/pull/25516) fields in index and delete responses became obsolete after the introduction of the result field in index, update and delete responses [#1354](https://github.com/ruflin/Elastica/pull/1354)
723 - Removed Elastica\Type::delete() It is no longer possible to delete the mapping for a type. Instead you should delete the index and recreate it with the new mappings.
726 - Changed Elastica\Index::deleteByQuery() to use new API https://www.elastic.co/guide/en/elasticsearch/reference/5.0/docs-delete-by-query.html
909 - Elastica\Type::delete no
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc149 $response = $client->indices()->delete($params);
H A Drelease-notes.asciidoc354 * Improved the speed of integration tests removing snapshots delete from
H A Dconnecting.asciidoc382 Alright, let's go ahead and delete the document that we added previously:
391 $response = $client->delete($params);
396 operation: `delete` instead of `get`. The response confirms the document is
424 $response = $client->indices()->delete($deleteParams);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md46 + [Delete a document](#delete-a-document)
47 + [Delete an index](#delete-an-index)
333 Alright, let's go ahead and delete the document that we added previously:
341 $response = $client->delete($params);
345 You'll notice this is identical syntax to the `get` syntax. The only difference is the operation: `delete` instead of
371 Due to the dynamic nature of Elasticsearch, the first document we added automatically built an index with some default settings. Let's delete that index because we want to specify our own settings later:
377 $response = $client->indices()->delete($deleteParams);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.php39 public function delete(array $params = []) function in Elasticsearch\\Namespaces\\AsyncSearchNamespace
/plugin/ckgedit/ckeditor/
H A DCHANGES.md362 …](https://ckeditor.com/cke4/addon/tabletools) plugin throws an error when trying to delete columns.
H A DLICENSE.md922 granted: 1) for code that You delete from the Original Code; 2)
1280 other provisions required by the [___] License. If you do not delete
H A Dckeditor.js.unc200 delete d(this)[a];
1757 delete a[b]
1795 a && delete d[a]
4669 …O = /^data-cke-/;g = !1;delete h.style;delete h["class"];delete b.classBackup;delete b.styleBackup;
4699 delete b.style;
4700 delete b["class"];
5075 delete this._;
8209 delete m.br;
15795 delete t[a]
16615 delete h.list
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc421 delete this.cleanImageElement;
511 delete this.imageElement;
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified768 FileBrowserError_204: "Unable to delete the selected file",
770 FileBrowserError_206: " already exists; you must either delete or rename it. ",
H A Den.js-4.9.merged20 FileBrowserError_204: 'Unable to delete the selected file',
22 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
H A Den.js.ckgedit19 FileBrowserError_204: 'Unable to delete the selected file',
21 FileBrowserError_206: ' already exists; you must either delete or rename it. ',
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc339 var c1_inx = results.lastIndexOf(c1); // start position of chars to delete
1284 // if local image without link content, as in <a . . .></a>, delete link markup

12345678910>>...57