https://store-images.s-microsoft.com/image/apps.38635.994f974f-4fb8-48b8-b94a-0c3ac756286d.92a0dd9c-bae4-42f9-9d14-8cf35c62b1d3.990a7c66-420f-4835-ae87-a27a7ee29c65

Tantivy

bCloud LLC

Tantivy

bCloud LLC

Version 0.25.0 + Free with Support on Ubuntu 24.04

Tantivy is an open-source full-text search engine library written in Rust. It enables fast and efficient indexing and searching of documents, allowing developers to build high-performance search applications. Tantivy provides tools for creating, indexing, querying, and optionally serving searchable data efficiently, with a focus on speed, reliability, and Rust-native safety.

Features of Tantivy:

  • Supports full-text search with tokenization, scoring, and multi-field queries.
  • Optimized for high-performance indexing and search operations.
  • Provides a Rust library for embedding search capabilities in applications.
  • Offers a CLI tool (tantivy-cli) for easy index creation, document indexing, and search without coding.
  • Optionally supports serving indexes over HTTP for web or API access.
  • Open-source and actively maintained, used in research, logging, and production applications.

To check the installed Tantivy CLI on Ubuntu 24.04, run these commands in your environment:


$ sudo su
$ sudo apt update
$ tantivy --version

Disclaimer: Tantivy is released under the MIT/Apache-2.0 License and maintained by the open-source community. Users are responsible for correct usage in their specific applications. The developers are not responsible for any consequences arising from its use. Always refer to the official Tantivy documentation and GitHub repository for the most accurate and up-to-date information.