RGB314
RGB314
### What happened? ## ISSUE For my k8s app, I specify the JVM options as an environment variable in the k8s YAML (below). This has been giving issues where the...
https://forum.opensearch.org/t/how-to-get-the-raw-search-response/17626 **Versions** (relevant - OpenSearch/Dashboard/Server OS/Browser): opensearch-java:2.8.0 opensearch-rest-client:2.11.0 opensearch-rest-high-level-client:2.11.0 **Describe the issue**: Using the steps in https://github.com/opensearch-project/opensearch-java/blob/main/guides/search.md#get-raw-json-results I am unable to get the complete `org.opensearch.client.opensearch.core.SearchResponse` as JSON string `objectMapper.writeValueAsString(searchResponse)`. All...