Manticore Client (manticoresearch-java)

Hi. So you mean Add field warning to SearchResponse by vsmid · Pull Request #4 · manticoresoftware/manticoresearch-java · GitHub

The problem is that the java client and most other modern clients (except for php and go) are generated automatically through OpenAPI generator, so it’s not that straightforward to just accept the pull request and apply your change. Instead, we need to think how to make sure the change gets applied through OpenAPI generator. What we probably need to do is make the OpenAPI generation part of the clients public. Would you be willing to look into it then to try to apply your change the way it’s not lost when we regenerate the client?