store.temp.class

Background

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

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

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.temp.class key, and set the value. This can be set to any valid String value.

Default value

store.temp.class=com.funnelback.common.io.store.bytes.FlatFileStore

This specifies the use of a flat file store.