You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support call number browsing for a specific library, we need to "facet" on the location while retrieving a sorted list of call numbers. This would be akin to adding a filter query, ex. campus_facet:Berks, to a term component query; however, this is not possible Solr. Term component queries only operate over the entire index.
What Done Looks Like
Find a solution to obtaining our forward and reverse listing of call numbers, but restricting the list to only records with a specific field value, like a facet field.
Options
Separate indexes for each library/location
Use database tables or another implementation
Ask around for other ideas
The text was updated successfully, but these errors were encountered:
In order to support call number browsing for a specific library, we need to "facet" on the location while retrieving a sorted list of call numbers. This would be akin to adding a filter query, ex.
campus_facet:Berks
, to a term component query; however, this is not possible Solr. Term component queries only operate over the entire index.What Done Looks Like
Find a solution to obtaining our forward and reverse listing of call numbers, but restricting the list to only records with a specific field value, like a facet field.
Options
The text was updated successfully, but these errors were encountered: