From 10600716a55822632d62f0f82c5575ec8e3cfb78 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 20:14:15 -0500 Subject: [PATCH] Re-generate client code using latest OpenSearch API specification (2025-12-22) (#1840) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- java-codegen/opensearch-openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java-codegen/opensearch-openapi.yaml b/java-codegen/opensearch-openapi.yaml index c390b76148..a1f510b250 100644 --- a/java-codegen/opensearch-openapi.yaml +++ b/java-codegen/opensearch-openapi.yaml @@ -48860,6 +48860,7 @@ components: description: Return documents using a template query contains placeholders that are resolved by search request processors during query execution. type: object additionalProperties: true + x-protobuf-excluded: true term: description: |- Returns documents that contain an exact term in a provided field. @@ -51638,6 +51639,7 @@ components: allOf: - $ref: '#/components/schemas/_core.search___HitsMetadata' - type: object + x-protobuf-excluded: true properties: hits: type: array