Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions java-codegen/opensearch-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -51638,6 +51639,7 @@ components:
allOf:
- $ref: '#/components/schemas/_core.search___HitsMetadata'
- type: object
x-protobuf-excluded: true
properties:
hits:
type: array
Expand Down
Loading