Can I directly configure a word dictionary for meilisearch? #135
Replies: 6 comments
-
|
Hi @jet10000 , sorry for the delay in answering your question. For now, the answer is no. MeiliSearch uses a tokenizer, so there's no easy way to substitute a dictionary. However, the tokenizer has been redone for the latest release and should offer much improved performance w/ CJK thanks to Jieba. Give it a try and let us know what you think! |
Beta Was this translation helpful? Give feedback.
-
|
@react-learner |
Beta Was this translation helpful? Give feedback.
-
|
If you want to use meilisearch in a special field or industry, the industry vocabulary dictionary should allow configuration. |
Beta Was this translation helpful? Give feedback.
-
|
Highlight, whether the searched keywords can be highlighted in red, but the keywords after the word segmentation are displayed in green, or just only highlight search keywords that not be segmented. red: |
Beta Was this translation helpful? Give feedback.
-
For the moment, there is no
To my knowledge, MeiliSearch is not really intended for this use. We follow a zero-config design principle, so even though we want to make the software as flexible/customizable as possible, out-of-the-box functionality will always come first. Who knows though, more precise tokenizer customization could be a feature in the future. The new tokenizer is modular so that already lays the groundwork for users to develop and add their own tokenization pipelines.
This is a pretty good idea to differentiate exact, ordered matches from partial or out-of-order matches (although as a colorblind person, please don't use red and green). |
Beta Was this translation helpful? Give feedback.
-
|
Closing this discussion in favor of #663 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can I directly configure a word dictionary for meilisearch?
Do not use word segmentation technology, directly use the word list, for cjk.
Beta Was this translation helpful? Give feedback.
All reactions