opensearch-project / opensearch-go

Go Client for OpenSearch
https://opensearch.org/docs/latest/clients/go/
Apache License 2.0
202 stars 106 forks source link

[FEATURE] Functionality to create aggregation queries when moving from olivere to opensearch-go #597

Open Krithika9395 opened 3 months ago

Krithika9395 commented 3 months ago

Is your feature request related to a problem?

We are currently using https://github.com/olivere/elastic in our go service but since it's been deprecated, we have started switching to used opensearch-go. There was functionality related to creating aggregation queries in olivere, that is not available in opensearch-go.

What solution would you like?

Is there any plan to implement this in the future?

What alternatives have you considered?

Currently using the existing library to form the aggregation queries.

Do you have any additional context?

Reference: https://github.com/olivere/elastic/blob/release-branch.v7/search_aggs.go

dblock commented 2 months ago

[Weekly Catch All Triage - 1]

dblock commented 2 months ago

@Krithika9395 Assuming this is something supported by OpenSearch then we would like to support it. Want to try and help?