Live data from Hacker News

Pg_bm25: Elastic-Quality Full Text Search Inside Postgres

docs.paradedb.com

1–10 of 72 posts

Re: Pg_bm25: Elastic-Quality Full Text Search Inside Postgres

#8

I wonder how do legacy search players like elastic / solr compete against the new age startups combining semantic and regular search ?

By adding the features that those new age startups launch: https://www.elastic.co/guide/en/elasticsearch/reference/curr...

Building a classic text search engine is way harder than building a KNN engine, and bolting a KNN engine into a term search engine is easier than the other way around.

Re: Pg_bm25: Elastic-Quality Full Text Search Inside Postgres

#10
With an AGPL license, does that make it unlikely to be included in hosted environments like RDS?

My understanding of the spirit of the license is that it should be fine as long as modifications are made available. Anyone know of any existing extensions in RDS that are AGPL?

Post reply on HN