Crate EasyAlgolia

source ·
Expand description

Easy Algolia is unofficial Rust client for algolia admin to update and insert data in Algolia Search Engine

Modules§

  • Algolia Object Id trait
  • 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

Structs§

  • setting for Algolia Index This seeting can be loaded and can bet set from backend using client.update_index_setting method
  • Client to interact with algolia
  • index object to store the index of the Algoia
  • 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