At the moment when extracting the indexed records: CDX or CDXJ, JWarc supports only WARC with specific record type.
As implemented in the custom class of #8 we could push a more generic approach upstream that rely directly on the filtering, when available, and in addition supports also the WarcTargetRecord object type.
See implementation here.
At the moment when extracting the indexed records: CDX or CDXJ, JWarc supports only WARC with specific record type.
As implemented in the custom class of #8 we could push a more generic approach upstream that rely directly on the filtering, when available, and in addition supports also the
WarcTargetRecordobject type.See implementation here.