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

Add features parameter to Get Index API #1382

Closed
yuliacech opened this issue Jan 31, 2022 · 1 comment · Fixed by #1562
Closed

Add features parameter to Get Index API #1382

yuliacech opened this issue Jan 31, 2022 · 1 comment · Fixed by #1562

Comments

@yuliacech
Copy link

🐛 Wrong type

The Get Index API has been updated to expose the parameter features to avoid computing some of the index properties when requesting the API. It would be great to add this option to the IndicesGetRequest spec. The value can be one of aliases, mappings or settings or a combination of those. The default is aliases,mappings,settings.

@philkra
Copy link
Contributor

philkra commented Mar 22, 2022

@yuliacech thank you very much for reporting the missing property, I opened the PR #1562 to address this change. The release of the client will contain the new property.

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

Successfully merging a pull request may close this issue.

2 participants