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

[FEATURE] Be able to set total number of fields on index #171

Closed
thejettanderson opened this issue Jun 27, 2022 · 2 comments · Fixed by #382
Closed

[FEATURE] Be able to set total number of fields on index #171

thejettanderson opened this issue Jun 27, 2022 · 2 comments · Fixed by #382
Labels
enhancement New feature or request

Comments

@thejettanderson
Copy link

Is your feature request related to a problem?

I cannot using the java client set index.mappings.total_fields.limit on an IndexSettings request, and have to do so manually since my project uses the java client instead of the REST client.

What solution would you like?

I would like to be able to set the total fields limit for an index, same as number of shards, on the IndexSettings object for an IndexTemplateMapping.

What alternatives have you considered?

Using the REST client in addition to the java client, but I really don't want to have to use both clients in my project just so I can set the total fields on an index mapping update.

@thejettanderson thejettanderson added enhancement New feature or request untriaged labels Jun 27, 2022
@wbeckler
Copy link

This is worthwhile to fix. Do you want to propose a PR, or at least a method signature?

@VachaShah
Copy link
Collaborator

Similar to #379

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants