Docs.rs
  • anda_db-0.4.5
    • anda_db 0.4.5
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • zensh
    • Dependencies
      • anda_db_btree ^0.4 normal
      • anda_db_hnsw ^0.4 normal
      • anda_db_schema ^0.3 normal
      • anda_db_tfs ^0.4 normal
      • anda_db_utils ^0.1 normal
      • async-compression ^0.4 normal
      • bytes ^1 normal
      • ciborium ^0.2 normal
      • croaring ^2.3 normal
      • dashmap ^6.1 normal
      • futures ^0.3 normal
      • ic_auth_types ^0.5 normal
      • log ^0.4 normal
      • moka ^0.12 normal
      • object_store ^0.12 normal
      • parking_lot ^0.12 normal
      • serde ^1 normal
      • tantivy ^0.24 normal optional
      • tantivy-jieba ^0.13 normal optional
      • thiserror ^2 normal
      • tokio ^1 normal
      • tokio-util ^0.7 normal
      • zstd-safe ^7 normal
      • anda_object_store ^0.1 dev
      • serde_json ^1 dev
      • structured-logger ^1 dev
      • tokio ^1 dev
    • Versions
    • 69.07% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

anda_db0.4.5

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
  • Derive Macros

List of all items

Structs

  • collection::Collection
  • collection::CollectionConfig
  • collection::CollectionMetadata
  • collection::CollectionStats
  • collection::CountingWriter
  • database::AndaDB
  • database::DBConfig
  • database::DBMetadata
  • index::BM25
  • index::BM25Config
  • index::BM25Metadata
  • index::BM25Params
  • index::BM25Stats
  • index::BTreeConfig
  • index::BTreeMetadata
  • index::BTreeStats
  • index::DefaultIndexHooks
  • index::Hnsw
  • index::HnswConfig
  • index::HnswMetadata
  • index::HnswStats
  • index::InnerBTree
  • index::TokenizerChain
  • query::BM25Params
  • query::Query
  • query::RRFReranker
  • query::Search
  • query::bf16
  • schema::Document
  • schema::DocumentOwned
  • schema::FieldEntry
  • schema::Map
  • schema::Resource
  • schema::Schema
  • schema::SchemaBuilder
  • schema::bf16
  • storage::ObjectVersion
  • storage::SingleWriter
  • storage::Storage
  • storage::StorageConfig
  • storage::StorageMetadata
  • storage::StorageStats

Enums

  • error::DBError
  • index::BM25Error
  • index::BTree
  • index::RangeQuery
  • query::Filter
  • query::RangeQuery
  • schema::FieldType
  • schema::FieldValue
  • schema::SchemaError
  • storage::PutMode

Traits

  • index::IndexHooks

Derive Macros

  • schema::AndaDBSchema
  • schema::FieldTyped

Functions

  • index::collect_tokens
  • index::default_tokenizer
  • index::extract_json_text
  • index::from_virtual_field_name
  • index::jieba_tokenizer
  • index::virtual_field_name
  • index::virtual_field_value
  • index::virtual_searchable_text
  • schema::validate_field_name
  • schema::vector_from_f32
  • schema::vector_from_f64
  • unix_ms

Type Aliases

  • query::Fv
  • schema::BoxError
  • schema::Cbor
  • schema::DocumentId
  • schema::Fe
  • schema::Ft
  • schema::Fv
  • schema::IndexedFieldValues
  • schema::Json
  • schema::Vector