Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document max_fields_limit_exceeded #2685

Open
CaroFG opened this issue Jan 16, 2024 · 0 comments
Open

Document max_fields_limit_exceeded #2685

CaroFG opened this issue Jan 16, 2024 · 0 comments

Comments

@CaroFG
Copy link
Contributor

CaroFG commented Jan 16, 2024

Some users have encountered a max_fields_limit_exceeded erros, and they usually think it's related to the maximum number of attributes per document, but it's not.

According to @Kerollmops:

this issue is related to the total number of field over all the documents. Most of the time it is due to people storing user names in a nested object. The engine understand those as fields. There is a maximum of 64k different fields.
{ "users": { "kero": 1, "tamo": 2, ... } }.

See open issue.

It's a current engine limitation, so I thought it should be documented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants