Skip to content

Noob question: what sets Inx and MeiliSearch apart? #133

Answered by ChillFish8
dsaghliani asked this question in Q&A
Discussion options

You must be logged in to vote

Hi 👋

They do loosely target the same thing, although lnx can in theory be used for a wider range of tasks in situations outside of fuzzy searching unlike meili.

From a high level, if you only have a couple million docs at most (say ~20GB or less for decent performance, the higher you go beyond that the harder it'll be to scale) then you can probably get away with using Meilisearch, it'll be a simple, convenient system to use. The flip side is sizes beyond that or situations where you want the better search and indexing performance.

Implementation differences:

  • Meilisearch uses a custome engine and produces a single backed by LMDB.
  • lnx is built upon tantivy which is a very mature implement…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dsaghliani
Comment options

Answer selected by dsaghliani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants