删除与 ElasticSearch 的索引
Jump to navigation
Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
zh:删除与 ElasticSearch 的索引
he:מחיקת אינדקס עם ElasticSearch
ro:Ştergerea index cu ElasticSearch
ru:Удаление индекса с ElasticSearch
pl:Usuwanie indeksu z ElasticSearch
ja:ElasticSearch を使用してインデックスを削除します。
ar:حذف الفهرس مع الاستيكسيارتش
de:Löschen der Index mit ElasticSearch
nl:Index met ElasticSearch verwijderen
it:L'eliminazione di indice con ElasticSearch
pt:Exclusão de índice com ElasticSearch
es:Eliminar índice con ElasticSearch
en:Deleting index with ElasticSearch
fr:Suppression d'index avec ElasticSearch
这篇文章是从由软件进行自动翻译。你可以看到这篇文章的源代码
介绍
公司的经营宗旨解释这里是删除索引 ElasticSearch。
它是可能做到这一点直接从通过 curl 实用程序 API。
地方
在这里我们执行以来的本地操作 服务器.在端口上侦听的 ElasticSearch 9200 (默认情况下 ).
用下面的命令完成操作 :
curl -XDELETE http://127.0.0.1:9200/Nom_de_lindex
下面的返回指示操作的适当进行 :
{"acknowledged":true}
这篇文章似乎你要有用 ?
0
开启评论自动刷新