Tantivy logo

Tantivy

Ultra-fast full-text search engine library written in Rust
2
3
+ 1
3

What is Tantivy?

It is a full-text search engine library inspired by Apache Lucene and written in Rust. It is not an off-the-shelf search engine server, but rather a crate that can be used to build such a search engine.
Tantivy is a tool in the Search Tools category of a tech stack.
Tantivy is an open source tool with 9.9K GitHub stars and 579 GitHub forks. Here’s a link to Tantivy's open source repository on GitHub

Who uses Tantivy?

Companies

Developers
Pros of Tantivy
2
Fast
1
Customizable

Tantivy's Features

  • Full-text search
  • Configurable tokenizer (stemming available for 17 Latin languages with third party support for Chinese, Japanese, and Korean
  • Fast
  • Tiny startup time (<10ms), perfect for command line tools
  • BM25 scoring (the same as Lucene)
  • Natural query language
  • Phrase queries search (e.g. "michael jackson")
  • Incremental indexing
  • Multithreaded indexing (indexing English Wikipedia takes < 3 minutes on a desktop)
  • Mmap directory
  • SIMD integer compression when the platform/CPU includes the SSE2 instruction set
  • LZ4 compressed document store
  • Range queries
  • Faceted search
  • Configurable indexing (optional term frequency and position indexing)

Tantivy Alternatives & Comparisons

What are some alternatives to Tantivy?
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
GitHub
GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over three million people use GitHub to build amazing things together.
Python
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
jQuery
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.
See all alternatives
Related Comparisons
No related comparisons found

Tantivy's Followers
3 developers follow Tantivy to keep up with related blogs and decisions.