Improve the "number of words per attribute" limit #192
Locked
curquiza
started this conversation in
Feedback & Feature Proposal
Replies: 2 comments 1 reply
-
Thanks @curqui. Do we have any idea of the performance impact this could have on indexing? Having an option to increase the current default value of |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closing the discussion because it has been added in v0.24.0. This limit is not configurable but reaches |
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.
-
Currently, the number of words per attribute is 1000. (We know internally this is not exactly a number of words but a number of positions)
We know some users are annoyed with this limit, see: meilisearch/meilisearch#1604
Checked with @Kerollmops and @ManyTheFish: this limit could be increased to 65536.
The implementation is considered as easy for the core team.
Beta Was this translation helpful? Give feedback.
All reactions