store.temp.class
Fully qualified classname of a class to use for temporary storage.
Key: store.temp.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 temporary storage. The following are the classes available:
-
com.funnelback.common.io.store.bytes.FlatFileStore
: Store content in directories and flat files
Default Value
store.temp.class=com.funnelback.common.io.store.bytes.FlatFileStore
This specifies the use of a flat file store.