typesensei_derive

Crates.iotypesensei_derive
lib.rstypesensei_derive
version0.2.0
sourcesrc
created_at2022-10-17 18:10:37.09495
updated_at2024-06-20 04:59:07.283658
descriptionDerive proc macro for typesensei
homepagehttps://github.com/PoOnesNerfect/typesensei
repositoryhttps://github.com/PoOnesNerfect/typesensei
max_upload_size
id690293
size44,464
Jack Lee (PoOnesNerfect)

documentation

https://docs.rs/typesensei_derive

README

typesensei

Client library for typesense search engine

  • Derive macro
    • Typesense derive macro
  • Collections API
    • retrieve collection info
    • create new collection
    • update collection
    • delete collection
  • Documents API
    • retrieve document by id
    • create, update, delete document by id
    • batch create, update, delete document by id
    • import jsonl, json, csv files
    • update partial document
    • delete documents by query
    • export documents as jsonl
  • Search API
    • search documents by query, query_by, filter_by, sort_by, etc.
    • multi-search
    • GeoSearch API
  • Config API
    • generate new API key
    • delete API key
    • retrieve API key
    • list all keys
  • Extra
    • Overrides
    • Collection Alias
    • Cluster operations
  • Error
    • Translate error codes to error?
Commit count: 14

cargo fmt