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)

Setting the key

Set this configuration key in the search package or data source configuration.

Use the configuration key editor to add or edit the store.xml.class key, and set the value. This can be set to any valid String value.

Default value

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