Man Page: plucene::index::fieldswriter
Operating Environment: debian
Section: 3pm
Plucene::Index::FieldsWriter(3pm) User Contributed Perl Documentation Plucene::Index::FieldsWriter(3pm)NAMEPlucene::Index::FieldsWriter - writes Fields to a DocumentSYNOPSISmy $writer = Plucene::Index::FieldsWriter->new( $dir_name, $segment, $field_infos); $writer->add_document(Plucene::Document $doc);DESCRIPTIONThis class add documents to the appropriate files.METHODSnew 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)
| 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 |
| A (ksh) Library For and From UNIX.com |