Table of Contents

Facets

One of VuFind's most prominent features is faceted search, which allows a result set to be narrowed down based on values displayed in a sidebar.

Notes:

Hierarchical Facets

VuFind supports hierarchical facets with Solr. The facet values need to be indexed as described in the Solr wiki with each value always ending in a trailing slash. Hierarchical facets are defined in facets.ini (see the SpecialFacets section) and there are also settings that define how they are sorted and displayed.

Below is an example of how a building facet could be indexed when the record belongs to a couple of different libraries:

0/MainLib/
1/MainLib/Adults/
1/MainLib/Reference/
0/BranchLib/
1/BranchLib/Main/

Below is an example of format could be indexed for a record that contains physical copies as well as an online version:

0/Book/
1/Book/Book/
1/Book/eBook/

Some of the topics from this page are also covered in the Configuring Search and Facet Settings video.