Skip to content

Commit

Permalink
added explain document command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunihiko Kido committed Mar 18, 2015
1 parent 6df4512 commit 92d17fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,14 @@ open the Command Palette (``Shift + Command + P``) and enter ``Elasticsearch ...

Command | Method | Call API
------------------------------------------------- | --------- | -------------------------
Elasticsearch: Search Request | POST | ``/index/type/_search``
Elasticsearch: Analyze | POST | ``/index/_analyze``
Elasticsearch: Benchmark | PUT | ``/_bench``
Elasticsearch: Explain Document | POST | ``/index/type/id/_explain``
Elasticsearch: Register Query (Percolator) | PUT | ``/index/.percolator/id``
Elasticsearch: Search Request | POST | ``/index/type/_search``
Elasticsearch: Show Registered Query (Percolator) | POST | ``/index/type/_percolate``
Elasticsearch: UN-Register Query (Percolator) | DELETE | ``/index/.percolator/id``
Elasticsearch: Benchmark | PUT | ``/_bench``


### Command for Document APIs

Expand Down

0 comments on commit 92d17fb

Please sign in to comment.