Facet searching
In Solr, a facet provides us with a way to arrange the result into categories based on the index terms. For example, in our musicCatalogue, we can arrange the songs based on genre (for example, rock, pop, world music, and so on). This feature is very helpful in e-commerce websites, where we need to see data in a categorical way. Let's see how we can enable faceting in our search queries. There are no special settings needed to get faceting to work in our musicCatalogue example.
Let's open the query browser tab for our musicCatalgoue example from the Solr Admin UI. This time, in the query input fields, we'll enable the facet checkbox and input the genre field in the facet.field textbox, like this:
After clicking on Execute Query
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access