Hacker News new | ask | show | jobs
by retakeming 999 days ago
Hey HN - lead dev on pg_bm25 here. To provide a bit more context: the goal of pg_bm25 is to make BM25-based full text search feel native to Postgres. pg_bm25 is built on Tantivy, a Rust-based alternative to Apache Lucene. We've integrated Tantivy into Postgres as a native index type and introduced a custom SQL operator for executing search queries.

If you have any questions after trying it out, our Slack community is a great place to start https://join.slack.com/t/paradedbcommunity/shared_invite/zt-...

1 comments

Thanks, this is interesting. Are you considering WAND support too in this?

https://www.elastic.co/blog/faster-retrieval-of-top-hits-in-...