Skip to content

v0.2.1

Choose a tag to compare

@meili-bot meili-bot released this 21 Jun 11:52
· 941 commits to main since this release
d358f53

Changes

  • Changes due to the implicit index creation (#48) @alallema
    New methods are:
    • client.index(string uid) -> we recommend using it instead of getIndex() because no HTTP call are done in index(). Useful to avoid double HTTP call in client.getIndex(uid).addDocuments. Now with client.index(uid).addDocuments the index is created if it does not exist when pushing documents.
    • index.fetchPrimaryKey()
    • index.fetchInfo()
    • client.deleteIndex()
    • client.updateIndex()

Thanks again to @alallema ! 🎉