Table of Contents

Support for New Record Formats

:!: This page refers to VuFind 2.x and later; use of earlier versions is no longer recommended.

Introduction

VuFind is currently bundled with a standard indexer (SolrMarc) that handles MARC records quickly and efficently and a flexible XSLT processor for dealing with XML documents. 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:

Indexer

Some general hints on how to create such an indexer are given here.

Writing a custom indexer for other record formats may be done in almost any programming language. Steps to be done:

Record Display

Record display is handled by a family of “Record Driver” classes that extract information from the stored Solr fields and return it through a standard interface. See the Record Drivers page for more details.