store.raw-bytes.class

Background

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

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

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

  • com.funnelback.common.io.store.bytes.Push2Store: Store content in a push data source

  • com.funnelback.common.io.store.bytes.WarcFileStore: 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.raw-bytes.class key, and set the value. This can be set to any valid String value.

Default value

store.raw-bytes.class=com.funnelback.common.io.store.bytes.WarcFileStore

This specifies the use of a WARC file store.

See also