Skip to content

[FEATURE] Support for terms lookup by query feature in OpenSearch 3.2.0 #1966

Description

@kieran-pringle

Is your feature request related to a problem?

opensearch-java 3.8.0 has a builder for a TermsLookup, but this does not have a query method to set a query, as can be done since OpenSearch 3.2.0:

https://docs.opensearch.org/latest/query-dsl/term/terms/#terms-lookup-by-query

I am willing to contribute this, but I see that these query classes and their builders are generated code, and I do not know which upstream sources to edit.

What solution would you like?

I would like to be able to set a query on the TermsLookup.Builder class

What alternatives have you considered?

I am currently using raw JSON, but this is difficult to manage

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions