There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Plucene::Index::DocumentWriter - the document writer

SYNOPSIS

my $writer = Plucene::Index::DocumentWriter
	->new($directory, $analyser, $max_field_length);

$writer->add_document($segment, $doc);

DESCRIPTION

This is the document writer class.

METHODS

new

my $writer = Plucene::Index::DocumentWriter
	->new($directory, $analyser, $max_field_length);

This will create a new Plucene::Index::DocumentWriter object with the passed in arguments.

add_document

$writer->add_document($segment, $doc);