store.xml.class
Background
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)