Hacker News new | ask | show | jobs
by mugivarra69 987 days ago
is this better than lucene
1 comments

The underlying engine, Tantivy, has better performance characteristics than Lucene.

You can compare Lucene to Tantivy and can compare Elasticsearch to pg_bm25 or ParadeDB

It's faster, but misses tons of features, starting with geosearch. Hopefully they will come with wider use.
The issue for geo search is here: https://github.com/quickwit-oss/tantivy/issues/44