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.
legacy:vufind_1.x_developer_manual:supporting_a_new_metadata_format

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
Last revisionBoth sides next revision
legacy:vufind_1.x_developer_manual:supporting_a_new_metadata_format [2015/12/14 15:22] – ↷ Links adapted because of a move operation demiankatzlegacy:vufind_1.x_developer_manual:supporting_a_new_metadata_format [2015/12/14 16:52] – ↷ Links adapted because of a move operation demiankatz
Line 7: Line 7:
 ===== Introduction ===== ===== Introduction =====
  
-VuFind is currently bundled with a standard indexer ([[:solrmarc|SolrMarc]]) that handles MARC records quickly and efficently.  However, VuFind also has the capability to support any other form of metadata if you are willing to do at least one of two things:+VuFind is currently bundled with a standard indexer ([[indexing:solrmarc|SolrMarc]]) that handles MARC records quickly and efficently.  However, VuFind also has the capability to support any other form of metadata if you are willing to do at least one of two things:
   * write an indexer to get the data into VuFind's index (necessary!)   * write an indexer to get the data into VuFind's index (necessary!)
   * write a "Record Driver" to display that data appropriately within the VuFind interface (optional, if the index-based display meets your needs)   * write a "Record Driver" to display that data appropriately within the VuFind interface (optional, if the index-based display meets your needs)
Line 20: Line 20:
   * POST document to Solr's update handler (FYI: it doesn't have to be a POST per se; you can use SOLR/Lucene APIs to add documents directly to the index which is much faster)   * POST document to Solr's update handler (FYI: it doesn't have to be a POST per se; you can use SOLR/Lucene APIs to add documents directly to the index which is much faster)
  
-Note that for any metadata format available as XML, you can save yourself some steps by using the [[:indexing#xml_records|XSLT tool]] provided with recent versions of VuFind.+Note that for any metadata format available as XML, you can save yourself some steps by using the [[:indexing:xml|XSLT tool]] provided with recent versions of VuFind.
  
 ===== Record Display ===== ===== Record Display =====
legacy/vufind_1.x_developer_manual/supporting_a_new_metadata_format.txt · Last modified: 2018/12/19 14:02 by demiankatz