Software Alternatives & Reviews

Xapian VS Tantivy

Compare Xapian VS Tantivy and see what are their differences

Xapian logo Xapian

Xapian is an open source probabilistic information retrieval library, released under the GNU...

Tantivy logo Tantivy

🐎 On average 2x faster than Lucene 🔎 Full-text search ⚙️ Configurable tokenizer (stemming available for 17 languages) 🚀 Tiny startup time (<10ms) ⌨️ Natural and Phrase Queries ䷴ Range Queries 🛠 Incremental Indexing 💨 Multi-threaded Indexing 🔩 JSON F…
  • Xapian Landing page
    Landing page //
    2021-10-21
  • Tantivy Landing page
    Landing page //
    2023-08-24

Xapian videos

No Xapian videos yet. You could help us improve this page by suggesting one.

+ Add video

Tantivy videos

LNX: Using Tantivy to Build One of the Fastest Search Engines Around | Harrison, Software Engineer

More videos:

  • Review - tantivy-search/tantivy - Grource visualisation

Category Popularity

0-100% (relative to Xapian and Tantivy)
Custom Search Engine
81 81%
19% 19
Search Engine
34 34%
66% 66
Custom Search
100 100%
0% 0
Open Source
0 0%
100% 100

User comments

Share your experience with using Xapian and Tantivy. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Tantivy should be more popular than Xapian. It has been mentiond 26 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Xapian mentions (7)

  • Making a huge collection of PDF's searchable (They are OCR'd already)
    Recoll is free/open source (GPL) that can index PDFs and search them very quickly. It uses Xapian under the hood. I have over 165,000 documents indexed on an old laptop running Linux and can query them all in a split second. Source: 7 months ago
  • An alternative to Elasticsearch that runs on a few MBs of RAM
    + xapian which has been around a while, and while gpl licensed, is quite capable https://xapian.org/. - Source: Hacker News / over 1 year ago
  • ZincSearch – lightweight alternative to Elasticsearch written in Go
    Tangentially related if you need search without the clustering and high availability story of elastic search and friends I highly recommend Xapian. Its like the SQLite of search. Single library that provides the basic set of features you would expect in a quality search experience: facets, ranked search, boolean operators, stemming etc etc. https://xapian.org/. - Source: Hacker News / over 1 year ago
  • Need CLI tool that can handle large txt files and another tool that can conduct a lightning fast search of disk files.
    For fast searching, it usually requires indexing the files in question. There are a number of text-file indexing solutions, many of which use xapian, sphinx, or lucene/solr under the hood. Based on conditions (watching files/directories, cron jobs, new-mail triggers, etc), they'll add/remove files to the index, and you can then use a corresponding command to compose queries across that data. If it's indexed, it... Source: about 2 years ago
  • Lawsuit filed alleging Google is paying Apple to stay out of the search business
    There is also xapian/recoll https://xapian.org/ which works great for "desktop" search. - Source: Hacker News / over 2 years ago
View more

Tantivy mentions (26)

  • What is Hybrid Search?
    Tantivy - a full-text indexing library written in Rust. Has a great Performance and featureset. - Source: dev.to / 3 months ago
  • RAG Using Unstructured Data and Role of Knowledge Graphs
    By this I presume you mean build a search index that can retrieve results based on keywords? I know certain databases use Lucene to build a keyword-based index on top of unstructured blobs of data. Another alternative is to use Tantivy (https://github.com/quickwit-oss/tantivy), a Rust version of Lucene, if building search indices via Java isn't your cup of tea... - Source: Hacker News / 4 months ago
  • Show HN: Quickwit – OSS Alternative to Elasticsearch, Splunk, Datadog
    We also implemented our schemaless columnar storage optimized for object storage. The inverted index and columnar storage are part of tantivy [0], which is the fastest search library out there. We maintain it and we decided to build the distributed engine on top of it. [0] tantivy github repo: https://github.com/quickwit-oss/tantivy. - Source: Hacker News / 4 months ago
  • Grimoire - A recipe management application.
    Search index : Custom-built using tantivy. Source: 7 months ago
  • Job: Rust + Retrieval Systems at Etsy
    Hi /r/rust, I’m a SWE on Etsy’s Retrieval Systems team where we’re building a platform based on rust and tantivy (https://github.com/quickwit-oss/tantivy). We’re looking to bring two new engineers onto the team. Source: 11 months ago
View more

What are some alternatives?

When comparing Xapian and Tantivy, you can also consider the following products

ElasticSearch - Elasticsearch is an open source, distributed, RESTful search engine.

Quickwit - Open-source &amp; cloud-native log management &amp; analytics

ElasticHQ - Tool for ElasticSearch management and monitoring.

CommonCrawl - Common Crawl

Kaizen - Kaizen is an ElasticSearch GUI for Windows, Mac and Linux, written in JavaFX as a cross-platform desktop application.

bloop - Code-search engine for developers