Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

The JcrXmlPersistenceIndexer listens to the repository generated JMS events to persist metadata in JCR/XML format to the file system. It implements the org.fcrepo.indexer.Indexer interface for the indexing functionalityfunctionalities, which consists of the methods to handle new/updated records and deleted records.

...

Info

The JCR/XML is stored level by level under the configured directory fcrepo.jcrxml.storage, or default to fcrepo4-jcrxml, one level for metadata and sub-containers in one folder, and it contains no binary values at this time.

Configuration

The indexer is configured using Spring that can be done using Java bean setter methods.  Here is a sample configuration fragment showing how to configure and use the JcrXmlPersistenceIndexer:

...