Elasticsearch Documentation

You can view official Elasticsearch documentation right in your IDE. There are two ways to get the documentation.

  1. Invoke code completion popup ⌃ Space, select the endpoint and press F1

    Completion documentation

  1. Put the cursor at the request path or QueryDSL keyword and press F1

    QueryDSL documentation

When you press F1, the Documentation popup is shown. If you press F1 second time the Documentation tool window is shown.

Documentation tool window

To open the documentation in browser click the link at the top of the documentation.