|
|
|
|
|
by tpayet
2333 days ago
|
|
You are welcome. MeiliSearch does not offer faceted search yet. It is one of the key feature that we are still missing but we plan to work on it in the coming weeks. For your use case today, I suggest you use Typesense if it fits your needs ( they handle faceted search already ) or Tantivy or Toshi. To manage different languages, you should make one index per language. MeiliSearch and Tantivy handles kanjis!
We will add faceted search in the coming weeks if you are not in a hurry :D |
|
As of now, my project uses ElasticSearch — it works fine, but it wants lots of RAM which I find slightly annoying, ... and the new Java v 9, 10, 11 etc feels a bit worrying. — So, as of now I'm just staying up-to-date with new Rust based search engines.