VeggieMeat / search_api_elasticsearch

Clone of project at drupal.org/project/search_api_elasticsearch for better CI options than what D.O offers
16 stars 8 forks source link

Aggregation support needed #86

Open VeggieMeat opened 8 years ago

VeggieMeat commented 8 years ago

Original issue: https://www.drupal.org/node/2643822

Hey there,

I noticed there was another issue opened some 7 months ago regarding the support of aggregations in this issue there is a comment saying that support for aggregations should be coming "within the coming weeks" was this implemented or is this still ongoing?

This message was taken from the elasticsearch documentation for version 1.4

Facets are deprecated and will be removed in a future release. You are encouraged to migrate to aggregations instead.

now elastic search is in version 2.1 and facets have been replaced by aggregations altogether making this issue more pressing as if aggregations are not supported we currently have no way of using facets.

Could anyone update with on the progress of this if possible?

MatWaller commented 8 years ago

Hey VeggieMeat i have proposed a pull request could you take a look?