; The order of display is as shown below ; The name of the index field is on the left ; The display name of the field is on the right [Results] institution = Institution building = Library format = Format ; Use callnumber-first for LC call numbers, dewey-hundreds for Dewey Decimal: callnumber-first = "Call Number" ;dewey-hundreds = "Call Number" ;hierarchy_top_title = Collections author_facet = Author language = Language genre_facet = Genre era_facet = Era geographic_facet = Region publishDate = "adv_search_year" ; share year string w/advanced search page ; Facets that will appear at the top of search results when the TopFacets ; recommendations module is used. See the [TopRecommendations] section of ; searches.ini for more details. [ResultsTop] topic_facet = "Suggested Topics" ; This section controls where facet labels are retrieved from when facets are not ; explicitly configured. [FacetLabels] ; This setting lists configuration sections containing facet field => label ; mappings. Later values will override earlier values. These mappings will be used ; only when a label is not explicitly configured (i.e. through SideFacets settings). ; If you customize your facet display, be sure to add any new facet configuration ; sections to this list to ensure proper display in search history, etc. labelSections[] = Advanced labelSections[] = HomePage labelSections[] = ResultsTop labelSections[] = Results labelSections[] = ExtraFacetLabels ; This setting lists configuration settings defining checkbox facets. If you use ; a custom section to configure additional facets, be sure to add it to this list ; so labels display correctly in history, the advanced search editor, etc. If you ; are using the reverse label => filter format rather than filter => label, you ; should prefix the section name with a ~ character to ensure proper loading. checkboxSections[] = CheckboxFacets ; This section is used to specify labels for facets that may be applied by parts ; of VuFind other than the facet lists defined in this file (for example, the ; hierarchical browse of the BrowseController, or the Geographic Search). [ExtraFacetLabels] long_lat = "Geographic Search" ; This section is used to identify facets for special treatment by the SideFacets ; recommendations module. [SpecialFacets] ; Any fields listed below will be treated as year-based date ranges rather than plain ; facets: dateRange[] = publishDate ; Any fields listed below will be treated as year/month/day-based date ranges rather ; than plain facets: ;fullDateRange[] = example_field_date ; Any fields listed below will be treated as numeric ranges rather than plain facets: ;numericRange[] = example_field_str ; Any fields listed below will be treated as free-form ranges rather than plain ; facets: ;genericRange[] = example_field_str ; Any fields listed below will be treated as hierarchical facets ; (see https://wiki.apache.org/solr/HierarchicalFaceting but note that we always ; use a trailing slash to avoid ambiguities) ;hierarchical[] = building ;hierarchical[] = format ; General sort options for hierarchical facets (Home page, Advanced Search and ; SideFacets). ; ; You can set a general default setting with * and set field-specific overrides ; using field names (see example below). ; ; Available options: ; top = Sort the top level list alphabetically, others by result count (useful e.g. ; for a large number of building facets where top level is organization and ; second level the library branch) ; all = Sort all levels alphabetically ; count = Sort all levels by count ; ; Note: this section may be overridden for HomePage and Advanced search facets (see ; hierarchicalFacetSortOptions in HomePage_Settings and Advanced_Settings below). ; ; By default, if no settings are configured in this file, the default sort will be ; 'count' for SideFacets values, 'all' for HomePage values, and 'top' for Advanced ; values. ;hierarchicalFacetSortOptions[*] = all ;hierarchicalFacetSortOptions[building] = top ; How hierarchical facet values are displayed in the records: ; single = Display only the deepest level (default) ; full = Display full hierarchy for each entry ;hierarchicalFacetDisplayStyles[format] = full ; Separator used when displaying hierarchical facet levels (default is "/") ;hierarchicalFacetSeparators[format] = " > " ; This section is reserved for special boolean facets. These are displayed ; as checkboxes. If the box is checked, the filter on the left side of the ; equal sign is applied. If the box is not checked, the filter is not applied. ; The value on the right side of the equal sign is the text to display to the ; user. It will be run through the translation code, so be sure to update the ; language files appropriately. ; ; Leave the section empty if you do not need checkbox facets. [CheckboxFacets] ; Contrived hypothetical example: ;edition:1st* = "First Edition" ; Inverted custom filter example; see [CustomFilters] below for related settings: ;vufind:include_books = "Include Books" ; Available sort options when listing all facets from Sidefacets. ; ; Each configuration option targets a search class and a facet field. ; All facet fields for a search class can be targeted using the wildcard '*'. ; Sort options are given as a comma-separated list of "=