trim.store_class

Background

Name of the C# class to use to store TRIM records. Possible values are:

  • Funnelback.TRIM.Store.ContinuousUpdatingStore: Store the records to a separate push data source, specified with trim.push.collection. That is the recommended value as it will store the records in an efficient WARC format and will made them searchable as soon as they are gathered.

  • Funnelback.TRIM.Store.FolderStore: Store the records in the TRIMPush data source itself, within the offline/data/<dbid> folder. The latter is usually used for testing purposes as each extracted records will be written in an individual XML file. It makes it easier to investigate and configure the metadata mappings, however it’s not recommended in production as indexing all those individual files is slower.

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

Default value

By default records are stored to a push data source

trim.store_class=Funnelback.TRIM.Store.PushStore

Examples

Store records in the data folder of the TRIMPush data source

trim.store_class=Funnelback.TRIM.Store.FolderStore

Notes

This key only applies to the Windows version of Funnelback