Class: Qa::LDF::LCNames
- Defined in:
- lib/qa/ldf/authorities/lc_names.rb
Overview
Note:
This uses the search logic from the basic Loc authority that ships
with QA: Qa::Authorities::Loc::GenericAuthority.
A caching LCSH authority.
Constant Summary collapse
- DEFAULT_DATASET_NAME =
:lcnames- LC_SUBAUTHORITY =
'names'.freeze
Constants inherited from Authority
Authority::DEFAULT_CLIENT, Authority::DEFAULT_MAPPER, Authority::DEFAULT_SEARCH_SERVICE
Instance Attribute Summary
Attributes inherited from Authority
Instance Method Summary collapse
-
#search_service ⇒ Object
Uses the LC names subauthority as the search provider.
Methods inherited from Authority
#all, #find, #initialize, #search
Constructor Details
This class inherits a constructor from Qa::LDF::Authority
Instance Method Details
#search_service ⇒ Object
Uses the LC names subauthority as the search provider
17 18 19 20 |
# File 'lib/qa/ldf/authorities/lc_names.rb', line 17 def search_service @search_service ||= Qa::Authorities::Loc.(LC_SUBAUTHORITY) end |