Comment by bendangelo
4 days ago
I’ve done something like this before. Meilisearch will not be viable, because it indexes very slow and it takes up a lot of space.
In my experience only Tantivy can index this much data. Check out Lnx.
4 days ago
I’ve done something like this before. Meilisearch will not be viable, because it indexes very slow and it takes up a lot of space.
In my experience only Tantivy can index this much data. Check out Lnx.
Lucene would fo fine as well, I guess. As much as I like the author of Tantivy, it is a toy compared to Lucene.