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

Removing deprecated functions and classes (facets, filtered quiries) … #89

Closed MatWaller closed 8 years ago

MatWaller commented 8 years ago

I have updated the module to use aggregation in place of the deprecated facets.

this is backwards compatible as earlier versions of elasticsearch/elastica also had aggregations.

The module is now working as it was on both previous and new versions of elastica.

Mathew