plucene::index::documentwriter(3pm) debian man page | unix.com

Man Page: plucene::index::documentwriter

Operating Environment: debian

Section: 3pm

Plucene::Index::DocumentWriter(3pm)			User Contributed Perl Documentation		       Plucene::Index::DocumentWriter(3pm)

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); perl v5.12.4 2011-08-14 Plucene::Index::DocumentWriter(3pm)
Related Man Pages
plucene(3pm) - debian
dbm::deep::iterator::file::index(3pm) - debian
plucene::index::segmentinfos(3pm) - debian
plucene::index::segmentsreader(3pm) - debian
plucene::search::booleanquery(3pm) - debian
Similar Topics in the Unix Linux Community
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph