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
I am trying to upgrade Elasticsearch in a project from olivere/elastic v5 to elastic/go-elasticsearch v7.
What are the equivalent functions for NewBooleanQuery, NewRangeQuery, DeleteByQuery, NewTermQuery, NewBulkIndexRequest in elastic/go-elasticsearch v7?
To be specific how should I convert the below lines using olivere/elastic v5 to elastic/go-elasticsearch v7:
We have been waiting for several years. Without this function, the promotion of the official library will be greatly affected. I think making users feel comfortable to use is our original intention of constantly improving the code, isn’t it?
I am trying to upgrade Elasticsearch in a project from olivere/elastic v5 to elastic/go-elasticsearch v7.
What are the equivalent functions for NewBooleanQuery, NewRangeQuery, DeleteByQuery, NewTermQuery, NewBulkIndexRequest in elastic/go-elasticsearch v7?
To be specific how should I convert the below lines using olivere/elastic v5 to elastic/go-elasticsearch v7:
Same with the below lines:
The text was updated successfully, but these errors were encountered: