Skip to content

API Index Compatible Elasticsearch

These APIs can be used to programatically interact with ZincSearch.

All APIs must have an authorization header. Authorization header can be created using base64 encoded values of user id and password. For the sake of simplicity it is HTTP basic authentication mechanism.

Header creation mechanism:

Authorization: Basic base64 userId:password")

e.g. Header:

Authorization: Basic YWRtaW46Q29tcGxleHBhc3MjMTIz

Make sure that you are sending the requests over HTTPS.

API List

  1. _info
  2. _license
  3. _xpack
  4. Index
    1. Get Mapping
    2. Update Mapping
    3. Get Settings
    4. Update Settings
    5. Create Template
    6. Update Template
    7. Delete Template
    8. Get Template
    9. List Template
    10. Analyze
  5. Document
    1. Create
    2. Update
    3. Delete
    4. Bulk
  6. Search
    1. Search
    2. Search Types
    3. Multiple Search
    4. Aggregations
    5. Highlight