store.record.type

Background

This parameter defines the type of store that Funnelback uses to store documents.

Custom gatherers should use a raw bytes record store for filtering to work correctly, even if the files being stored are XML.

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

Default value

store.record.type=RawBytesRecord

Examples

To store records as 'raw bytes', which should be used in almost all cases for non web data sources.

store.record.type=RawBytesRecord

To store records as XML

store.record.type=XmlRecord

To store records as web documents

store.record.type=WebRecord