API-first: interact with your SearchCluster through a set of powerful REST APIs, in JSON data format.
Data Management APIs
This is how you feed the data.
The CRUD methods: Create, Read, Update, Delete of records.
Although the data format is JSON, you may use JSON, XML or CSV for the record data itself. What you store is what you receive back.
Search APIs
This is how you find records.
- Fulltext search
- Copy search
- Typeahead/Autocomplete
Index Management APIs
Create a new index, modify attributes, manage background processes.
<- Back to SearchCluster page.