-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
MTermVector Java High Level Client Misses Fields Property #42232
Comments
Pinging @elastic/es-core-features |
Thanks for finding this. This would be a good first issue if you are interested in contributing. Otherwise it might be a bit before it gets fixed, since it is a good first contributor issue. |
@hub-cap I would like to pick this |
@sukumaar awesome! go ahead and assign yourself, thanks for helping out!!!! |
@hub-cap Thank you, can you please assign it to me ? I think I do not have access to do it so |
hmm, it looks as if i cannot assign someone who is not in our org, sorry. But there is some chat here that shows you started, so 👍 to continue. |
@sukumaar are you working on this? |
@ojasgulati I was stuck at some exception so halted working on it. Thanks for working on it. |
elasticsearch-rest-high-level-client - 7.0.1
Expected vs Actual Behaviour AND steps to reproduce:
When converting to the low-level REST request in internalPerformRequest() within RestHighLevelClient.java it can be inspected that the body of the request will be the following:
Then this is sent to the server.
The text was updated successfully, but these errors were encountered: