Is there a way to run it in WASM, to get something like Lunr[1]? We prefer to do our (small-index, [1] https://lunrjs.com/
Meilisearch 1.0 – Open-source search engine built in Rust
111–120 of 186 posts
Re: Meilisearch 1.0 – Open-source search engine built in Rust
#112Is Rust that important that you have to place "built in Rust" in the title? Is this like a cult following that we only bet on traffic and interest coming from other evangelists where Rust is the only feature that matter? 4 months ago: " Meilisearch, open-source alternative to Algolia in Rust lands a $15M Series A" It's not the first time I see, there are at least 2-3 daily submissions reaching the FP in this manner s…
Built in Rust means no annoying GC pause, and that's important for a database.
And it also hopefully means less on-heap abuse.
Re: Meilisearch 1.0 – Open-source search engine built in Rust
#113Been following along for a while and it's a great project. ElasticSearch needs some competition.
For us, there are two things missing for us before we could make the switch:
1. Multi-index search; Standard use-case is searching across e.g. users and companies. Common in many SaaS-applications, where you want a single search field with type-ahead for e.g. contacts/organisations/tasks/events.
2. Decay functions; Basically to gradually phase out results for things based on age, distance or something similar. ElasticSearch has pretty good support for these. https://www.elastic.co/guide/en/elasticsearch/reference/curr...
Re: Meilisearch 1.0 – Open-source search engine built in Rust
#114Re: Meilisearch 1.0 – Open-source search engine built in Rust
#115Re: Meilisearch 1.0 – Open-source search engine built in Rust
#116Is Rust that important that you have to place "built in Rust" in the title? Is this like a cult following that we only bet on traffic and interest coming from other evangelists where Rust is the only feature that matter? 4 months ago: " Meilisearch, open-source alternative to Algolia in Rust lands a $15M Series A" It's not the first time I see, there are at least 2-3 daily submissions reaching the FP in this manner s…
Knowing Meilisearch is written in Rust makes me confident I can probably just run `./meilisearch` and get something working. I can also guess it'll be more resource efficient (CPU, memory) than ElasticSearch. I also *hate* ElasticSearch developer experience, and have had extremely good DX with Rust tools, so I can guess maybe their query language is saner. Maybe all this is wrong, but this is what I'm feeling when I see "written in Rust". So yeah, writing it conveys some meaning.
Re: Meilisearch 1.0 – Open-source search engine built in Rust
#117Does it have any kind of master/slave or replication abilities? Couldn't find anything in the docs.
Re: Meilisearch 1.0 – Open-source search engine built in Rust
#118Is Rust that important that you have to place "built in Rust" in the title? Is this like a cult following that we only bet on traffic and interest coming from other evangelists where Rust is the only feature that matter? 4 months ago: " Meilisearch, open-source alternative to Algolia in Rust lands a $15M Series A" It's not the first time I see, there are at least 2-3 daily submissions reaching the FP in this manner s…
It’s an open-source search engine which one could self-host. Language and tooling matter a lot to me and is often deciding factor.
Re: Meilisearch 1.0 – Open-source search engine built in Rust
#119What language you write a program in is not a feature, definitely not a headline one.
Re: Meilisearch 1.0 – Open-source search engine built in Rust
#120Is Rust that important that you have to place "built in Rust" in the title? Is this like a cult following that we only bet on traffic and interest coming from other evangelists where Rust is the only feature that matter? 4 months ago: " Meilisearch, open-source alternative to Algolia in Rust lands a $15M Series A" It's not the first time I see, there are at least 2-3 daily submissions reaching the FP in this manner s…