debian man page for plucene::index::fieldswriter

Query: plucene::index::fieldswriter

OS: debian

Section: 3pm

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

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

NAME
Plucene::Index::FieldsWriter - writes Fields to a Document
SYNOPSIS
my $writer = Plucene::Index::FieldsWriter->new( $dir_name, $segment, $field_infos); $writer->add_document(Plucene::Document $doc);
DESCRIPTION
This class add documents to the appropriate files.
METHODS
new my $writer = Plucene::Index::FieldsWriter->new( $dir_name, $segment, $field_infos); This will create a new Plucene::Index::FieldsWriter object with the passed directory name, segment and field infos. close $writer->close; add_document $writer->add_document(Plucene::Document $doc); This will add the passed Plucene::Document. perl v5.12.4 2011-08-14 Plucene::Index::FieldsWriter(3pm)
Related Man Pages
plucene::analysis::porterstemfilter(3pm) - debian
plucene::index::reader(3pm) - debian
plucene::index::writer(3pm) - debian
plucene::search::termquery(3pm) - debian
plucene::testcase(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
One instance of comparing grep and awk
Weird 'find' results
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)?