Y
Hacker News
new
|
ask
|
show
|
jobs
by
mugivarra69
987 days ago
is this better than lucene
1 comments
benpacker
987 days ago
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
link
fiedzia
987 days ago
It's faster, but misses tons of features, starting with geosearch. Hopefully they will come with wider use.
link
PSeitz
987 days ago
The issue for geo search is here:
https://github.com/quickwit-oss/tantivy/issues/44
link
You can compare Lucene to Tantivy and can compare Elasticsearch to pg_bm25 or ParadeDB