0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ElasticsearchのAPI

Last updated at Posted at 2018-08-30

更新履歴

日付 内容
2022.07.20 v8.2のもので差し替え
2018.08.31 初版

はじめに

業務でElasticsearchを多少触ることになったので
提供しているRestApiをざっくりまとめます。

コマンド一覧

API名:パス メソッド 内容
Search:/{index}/_search Get 検索
Count:/{index}/_count Get インデックスのドキュメント数取得
Delete index:/{index} Delete インデックスの削除
Exists:/{index} Head インデックスの存在確認
Clear cache:/{index}/_cache/clear Post インデックスのキャッシュクリア
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?