Is there any way to implement schema based facets in Vespa?
For Eg:
My schema contains the fields: album, artist and year. For that the schema facet would be:
[{"field":".fields", "label":"artist", "count":300},{"field":".fields", "label":"album", "count":300},{"field":".fields", "label":"year", "count":250}]