You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As elastic search documentation says, facets have been depreciated. So whats the workaround?
can we simply use aggs in place of facets in the script and use facetview2 ?
does this change needs to be done everywhere including html and jquery or just while defining facets in html ?
The text was updated successfully, but these errors were encountered:
We haven't tried to get facetview2 working over aggregations, so it's difficult to answer in detail. Probably for the most part it's just a case of modifying the query serialising aspects of the code, though there may be some gotchas.
For later versions of ES (including aggregation support), we are focusing our efforts on Edges (https://github.com/CottageLabs/edges), which supports all of the facetview2 behaviours, plus a lot more, but is not yet well documented or so easy to get started with.
As elastic search documentation says, facets have been depreciated. So whats the workaround?
can we simply use aggs in place of facets in the script and use facetview2 ?
does this change needs to be done everywhere including html and jquery or just while defining facets in html ?
The text was updated successfully, but these errors were encountered: