v0.2.1
Changes
- Changes due to the implicit index creation (#48) @alallema
New methods are:client.index(string uid)-> we recommend using it instead ofgetIndex()because no HTTP call are done inindex(). Useful to avoid double HTTP call inclient.getIndex(uid).addDocuments. Now withclient.index(uid).addDocumentsthe index is created if it does not exist when pushing documents.index.fetchPrimaryKey()index.fetchInfo()client.deleteIndex()client.updateIndex()
Thanks again to @alallema ! 🎉