Expand description
Easy Algolia is unofficial Rust client for algolia admin to update and insert data in Algolia Search Engine
Modules§
- algoliaobject
- Algolia Object Id trait
- client_
builder - Client builder for Algolia client Should be used when need to build client with custom setting can be used to build client from environment variables
- error
Structs§
- Algolia
Index Setting - setting for Algolia Index This seeting can be loaded and can bet set from backend using client.update_index_setting method
- Client
- Client to interact with algolia
- Index
- index object to store the index of the Algoia
- Object
Id - object Id struct for docs delete This struct can be used to delete pre-existing docs in algoia original self described document can be passed as well ( since it impls AlgoliaObj trait ) , but since it consume the document its developers choice how to procced # Usage