Logo
Explore Help
Sign In
honeymoose/OpenSearch
1
0
Fork 0
You've already forked OpenSearch
mirror of https://github.com/honeymoose/OpenSearch.git synced 2025-05-10 18:47:46 +00:00
Code Issues Packages Projects Releases Wiki Activity
OpenSearch/docs/groovy-api/delete.asciidoc

17 lines
342 B
Plaintext
Raw Normal View History

Migrated documentation into the main repo
2013-08-29 01:24:34 +02:00
[[delete]]
== Delete API
The delete API is very similar to the
Use Versions.asciidoc for groovy docs too
2017-02-04 11:42:45 +01:00
// {javaclient}/java-docs-delete.html[]
Backs out early link fix.
2015-10-22 15:00:35 -07:00
Java delete API, here is an
Migrated documentation into the main repo
2013-08-29 01:24:34 +02:00
example:
Remove most of the need for `// NOTCONSOLE` and be much more stingy about what we consider a console candidate. * Add `// CONSOLE` to check-running * Fix version in some snippets * Mark groovy snippets as groovy * Fix versions in plugins * Fix language marker errors * Fix language parsing in snippets This adds support for snippets who's language is written like `[source, txt]` and `["source","js",subs="attributes,callouts"]`. This also makes language required for snippets which is nice because then we can be sure we can grep for snippets in a particular language.
2016-08-29 17:33:25 -04:00
[source,groovy]
Migrated documentation into the main repo
2013-08-29 01:24:34 +02:00
--------------------------------------------------
def deleteF = node.client.delete {
index "test"
type "type1"
id "1"
}
--------------------------------------------------
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 437ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API