NAME

Labrador::Crawler::ContentFilter::Binary

DESCRIPTION

This content filter responsible for filtering out documents that contain binary data.

METHODS

filter($document, $privs)

Check the contents of the document for the presence of \0 (null character), which is a pretty good indicator of the type of data, allowing us to ignore the document.

REVISION

	$Revision: 1.1 $