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
Is your feature request related to a problem?
opensearch-java 3.8.0 has a builder for a
TermsLookup, but this does not have aquerymethod 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