debian man page for plucene::index::documentwriter

Query: plucene::index::documentwriter

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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::analysis::porterstemfilter(3pm) - debian
plucene::index::reader(3pm) - debian
plucene::search::query(3pm) - debian
plucene::testcase(3pm) - debian
tm::index::reified(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results