About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:plugins:fallback_record_loaders

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
development:plugins:fallback_record_loaders [2018/09/11 19:08] demiankatzdevelopment:plugins:fallback_record_loaders [2023/09/07 13:21] (current) – [Fallback Record Loaders] demiankatz
Line 3: Line 3:
 :!: This feature was introduced in VuFind 5.1. :!: This feature was introduced in VuFind 5.1.
  
-This very specialized feature is used by VuFind's record loader. When records fail to load in the normal way, fallback loaders can be run to try to retrieve records by other means. For example, a Summon-specific loader is provided which can use bookmark information stored in VuFind's database to relocate records after their IDs have changed.+This very specialized feature is used by VuFind's record loader. When records fail to load in the normal way, fallback loaders can be run to try to retrieve records by other means. For example, a Summon-specific loader is provided which can use bookmark information stored in VuFind's database to relocate records after their IDs have changed, and a Solr-specific loader is included which can use a field specified in searches.ini to detect old IDs and remap accordingly.
  
 ===== Key Plugin Details ===== ===== Key Plugin Details =====
Line 9: Line 9:
 **Default Namespace:** \VuFind\Record\FallbackLoader **Default Namespace:** \VuFind\Record\FallbackLoader
  
-**Interface:** [[https://github.com/vufind-org/vufind/blob/master/module/VuFind/src/VuFind/Record/FallbackLoader/FallbackLoaderInterface.php|\VuFind\Record\FallbackLoader\FallbackLoaderInterface]]+**Interface:** [[https://github.com/vufind-org/vufind/blob/dev/module/VuFind/src/VuFind/Record/FallbackLoader/FallbackLoaderInterface.php|\VuFind\Record\FallbackLoader\FallbackLoaderInterface]]
  
 **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['record_fallbackloader'] **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['record_fallbackloader']
Line 17: Line 17:
 See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins. See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins.
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
development/plugins/fallback_record_loaders.1536692910.txt.gz · Last modified: 2018/09/11 19:08 by demiankatz