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. |
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