Deleting index with ElasticSearch

From EN Ikoula wiki
Revision as of 16:25, 9 February 2017 by Ikbot (talk | contribs)
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

en:Deleting index with ElasticSearch he:מחיקת אינדקס עם ElasticSearch ro:Ştergerea index cu ElasticSearch ru:Удаление индекса с ElasticSearch pl:Usuwanie indeksu z ElasticSearch ja:ElasticSearch を使用してインデックスを削除します。 ar:حذف الفهرس مع الاستيكسيارتش zh:删除与 ElasticSearch 的索引 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 fr:Suppression d'index avec ElasticSearch

This article has been created by an automatic translation software. You can view the article source here.

Introduction

The purpose of the operation explained here is the removal of index ElasticSearch.
It is possible to do this directly from the API via the curl utility.

Place

Here we perform the operation locally since the Server. ElasticSearch listening on port 9200 (by default ).
The operation is done with the following command :

curl -XDELETE http://127.0.0.1:9200/Nom_de_lindex

The following return indicating the proper conduct of the operation :

{"acknowledged":true}



This article seemed you to be useful ?

0



You are not allowed to post comments.