aquasecurity / esquery

An idiomatic Go query builder for ElasticSearch
Apache License 2.0
305 stars 56 forks source link

Features: SearchAfter、Term Aggregation Order、Aggregation Include Filter Values #14

Closed hardy4yooz closed 3 years ago

hardy4yooz commented 3 years ago

Add some features base on https://github.com/aquasecurity/esquery/pull/12

SearchAfter: https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#search-after Term Aggregation Order: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-terms-aggregation.html#search-aggregations-bucket-terms-aggregation-order Aggregation Include Filter:https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-terms-aggregation.html#_filtering_values_4

oranmoshai commented 3 years ago

Thank you for the contribute :) all looks good i merged first #12 will you fix the conflict ?

hardy4yooz commented 3 years ago

Thank you for the contribute :) all looks good i merged first #12 will you fix the conflict ?

OK. I will fix it.