docs.rs failed to build hermes-core-1.4.29
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
hermes-core-1.4.28
Hermes - A minimal async search engine library
Inspired by tantivy/summavy, this library provides:
- Fully async IO with Directory abstraction for network/local/memory storage
- SSTable-based term dictionary with hot cache and lazy loading
- Bitpacked posting lists with block-level skip info
- Document store with Zstd compression
- Multiple segments with merge support
- Text and numeric field support
- Term, boolean, and boost queries
- BlockWAND / MaxScore query optimizations