summa 0.5.1

Fast full-text search server
docs.rs failed to build summa-0.5.1
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.

Maintenance Crates.io Docs

Summa

Fast full-text search server written in Rust with CLI and client library in Python. Index documents and do search queries through Python client, CLI and/or GRPC API

Features

  • Indexing documents directly through GRPC API or Kafka
  • Fine CLI and asynchronous client library aiosumma written in Python
  • Simple GRPC API for managing multiple indices and for search
  • Extendable query parsing. Add synonyms and build query context with Python library
  • Fast document ranking with custom and/or user-defined scoring functions
  • Tracing with OpenTelemetry and exposing metrics in Prometheus format
  • Reflection API for deep insights about text data

Getting started