First version
Pre-release
Pre-release
This is the first version of the SwiftElasticSearch library and thus makes a base for the project. Currently, following basic methods are added in the library to test it:
- index - To post the data
- get - To fetch the data
- delete - To delete the data (if present)
- update - To update the data using unique ID (if exists)
It also contains some extra classes like Authenticate and Errors which will be wired up in the upcoming release