Open nkuehn opened 9 years ago
Query DSL currently has to be written manually as a string and there's no IDE support.
It would be helpful if the SDK would provide a "typesafe" API to create API queries that are correct DSL.
An established example of a search query builder can be taken as a possible reference: http://elastica.io/getting-started/search-documents.html#section-query (an elasticsearch PHP api)
Query DSL currently has to be written manually as a string and there's no IDE support.
It would be helpful if the SDK would provide a "typesafe" API to create API queries that are correct DSL.