I'd be interested to see how this stacks up against Manticore or Meilisearch.
Thanks for sharing your feedback! Could you let me know the reason behind it? Are you currently using Manticore or Meilisearch?
BM25 in PostgreSQL
31–34 of 34 posts
Re: BM25 in PostgreSQL
#32Earlier quoted context omitted.
Thanks for sharing your feedback! Could you let me know the reason behind it? Are you currently using Manticore or Meilisearch?
Personally, I also compare it to using Meilisearch. What I find there is a superb doc, ease of use, full support for other European languages, possibility of sorting by field in addition to BM25, custom stop words (even better if the stop words for each language are already defined), custom ordering. If I could find all this in a Postgresql extension, it would be a dream. Congrats for the progress made, I'll give it…
Re: BM25 in PostgreSQL
#33Earlier quoted context omitted.
Personally, I also compare it to using Meilisearch. What I find there is a superb doc, ease of use, full support for other European languages, possibility of sorting by field in addition to BM25, custom stop words (even better if the stop words for each language are already defined), custom ordering. If I could find all this in a Postgresql extension, it would be a dream. Congrats for the progress made, I'll give it…
Meilisearch doesn't support BM25, does it?
Re: BM25 in PostgreSQL
#34Earlier quoted context omitted.
Thanks for sharing your feedback! Could you let me know the reason behind it? Are you currently using Manticore or Meilisearch?
Personally, I also compare it to using Meilisearch. What I find there is a superb doc, ease of use, full support for other European languages, possibility of sorting by field in addition to BM25, custom stop words (even better if the stop words for each language are already defined), custom ordering. If I could find all this in a Postgresql extension, it would be a dream. Congrats for the progress made, I'll give it…
[1]: https://github.com/meilisearch/meilisearch/releases/tag/v1.1...