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

Honor IndicesOptions in HLRC putMapping request #57118

Merged
merged 1 commit into from
May 27, 2020

Conversation

cbuescher
Copy link
Member

Currently, the IndicesOptions set on a High Level rest client PutMappingRequest
are not correctly converted to request parameters. This change adds the missing
conversion and tests.

Closes #57045

Currently, the IndicesOptions set on a High Level rest client PutMappingRequest
are not correctly converted to request parameters. This change adds the missing
conversion and tests.

Closes elastic#57045
@cbuescher
Copy link
Member Author

@javanna mind taking a look? Should be quick.

@cbuescher cbuescher merged commit 25a19b8 into elastic:master May 27, 2020
@cbuescher
Copy link
Member Author

@javanna thanks

cbuescher pushed a commit that referenced this pull request May 27, 2020
Currently, the IndicesOptions set on a High Level rest client PutMappingRequest
are not correctly converted to request parameters. This change adds the missing
conversion and tests.

Closes #57045
cbuescher pushed a commit that referenced this pull request May 27, 2020
Currently, the IndicesOptions set on a High Level rest client PutMappingRequest
are not correctly converted to request parameters. This change adds the missing
conversion and tests.

Closes #57045
cbuescher pushed a commit that referenced this pull request May 27, 2020
Currently, the IndicesOptions set on a High Level rest client PutMappingRequest
are not correctly converted to request parameters. This change adds the missing
conversion and tests.

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

Successfully merging this pull request may close these issues.

Rest High Level client putMapping operation doesn't respect IndicesOptions.lenientExpandOpen()
3 participants