Migrating from elasticsearch to meilisearch #697
valh1996
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment
-
Hi @valh1996 , apologies for the late reply!
Yes, you can use quotes for exact word matching
Meilisearch can handle prefixes (see prefix search, but for the particular example you gave it won't work as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm evaluating the possibilities of migrating from Elasticsearch to Meilisearch because I have a very specific need and Elasticsearch is a bit of a gas factory for the only need I have.
I need to be able to search PDF and DOCX documents. I know it's not possible to do this directly with Meilisearch, but I already have a script that allows me to extract the text, so I could simply index the text with the corresponding model id to meilisearch.
My question is whether it's possible to do text search according to this need:
ell
matcheshello
)I could create my own little search "language" on top of meilisearch if that's possible. For example, I need to be able to do a search like:
"heLLo" AND ben or jame
.Is this possible?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions