Versions Compared

Key

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

The FileSerializer listens to the JMS events generated from the repository. It converts the generated RDF to SOLR document format with name fields, and persists it to the file system. It implements the org.fcrepo.indexer.Indexer interface for the indexing functionality, which consists of the methods to handle new/updated records and deleted records.

...

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

...