CottageLabs / facetview2

a pure javascript frontend for ElasticSearch search indices.
MIT License
79 stars 31 forks source link

elasticsearch 2 #14

Open ichbindochauch opened 8 years ago

ichbindochauch commented 8 years ago

does this work with es 2?

Steven-Eardley commented 8 years ago

Unfortunately not, not least because this was written when facets were the norm, and these have been fully replaced with aggregations as of ElasticSearch 2.0.

For our earlier response to the aggregation issue, please see https://github.com/CottageLabs/facetview2/issues/13#issuecomment-153448469. We'll be making sure our replacement to facetview2, called edges, does support the newer versions.