Drupal 7 Search API, Elasticsearch Connector, Aggregation/Facets -
i using search api , elasticsearch connector in drupal 7 site. have hosted elasticsearch in aws. searching works without issues. add facetapi filters in drupal.org search result page.
it seems facetapi removed elasticsearch , added support aggregation. https://www.elastic.co/guide/en/elasticsearch/reference/2.1/breaking_20_removed_features.html#_facets_have_been_removed
https://www.elastic.co/guide/en/elasticsearch/reference/1.3/search-aggregations.html
but aggregation not supported.
https://www.drupal.org/node/2643822
https://www.drupal.org/node/2503343
any suggestion or idea how can achieve this? there other way or missing here?
yeah. use https://www.drupal.org/project/elasticsearch_connector
and use elasticsearch version 1.x. elasticsearch 2.x in dev.
Comments
Post a Comment