You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With an Enum for co.elastic.clients.elasticsearch._types.query_dsl.Query.Kind it seems to be impossible to use a custom query with Java Client.
We have implemented such a custom query via org.elasticsearch.plugins.SearchPlugin.getQueries(). It implements org.elasticsearch.index.query.QueryBuilder and we are seeking for a way to use it with Java Client. Is this possible? If not, are you planning to make it possible?
The text was updated successfully, but these errors were encountered:
With an Enum for co.elastic.clients.elasticsearch._types.query_dsl.Query.Kind it seems to be impossible to use a custom query with Java Client.
We have implemented such a custom query via org.elasticsearch.plugins.SearchPlugin.getQueries(). It implements org.elasticsearch.index.query.QueryBuilder and we are seeking for a way to use it with Java Client. Is this possible? If not, are you planning to make it possible?
The text was updated successfully, but these errors were encountered: