store.xml.class

Fully qualified classname of an XML storage class to use

Key: store.xml.class
Type: String
Can be set in: collection.cfg

Table of Contents

Description

This parameter gives the fully qualified name of a class to use for storage of XML content. The following are the classes available:

  • com.funnelback.common.io.store.xml.FlatFileStore: Store content in directories and flat files.

  • com.funnelback.common.io.store.xml.InMemoryStore: Store content in memory (not persistent).

  • com.funnelback.common.io.store.xml.WarcXmlStore: Store content in a WARC file (single compressed file)

Default Value

store.xml.class=com.funnelback.common.io.store.xml.WarcXmlStore