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 to retrieve . It converts the generated RDF and convert it to SOLR document format with name fields, then persist and persists it to the file system as backups. It implements the org.fcrepo.indexer.Indexer interface for the indexing functionalitiesfunctionality, which consists of the methods to handle new/updated records and deleted records.

Info

The FileSerializer serializes the raw SOLR document with name fields, which is converted from the RDF. The generated files are stored under the configured directory file.serializer.dir with a file name that concatenates the id and the timestamp like , e.g. id@yyyyMMddHHmmss.

Configuration

...