1

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}]

Snaps
  • 39
  • 3

1 Answers1

2

Facets in Vespa is called result grouping, see https://docs.vespa.ai/en/grouping.html

Jo Kristian Bergum
  • 2,984
  • 5
  • 8