Elasticsearch API

クエリパラメータ

  • responseの整形
    • ?pretty
  • カラムヘッダの表示
    • ?v

INDEX操作

  • index一覧
    • GET /_cat/indices?v
  • index作成
    • wip
  • index削除
    • DELETE /{INDEX_NAME}

検索

  • 無条件検索
    • GET /{INDEX_NAME}/_search

参考