debian man page for plucene::index::terminfoswriter

Query: plucene::index::terminfoswriter

OS: debian

Section: 3pm

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

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

NAME
Plucene::Index::TermInfosWriter - write to the term infos file
SYNOPSIS
my $writer = Plucene::Index::TermInfosWriter->new( $dir_name, $segment, $field_infos); $writer->add(Plucene::Index::Term $term, Plucene::Index::TermInfo $term_info); $writer->write_term(Plucene::Index::Term $term);
DESCRIPTION
This will allow for the writing and adding to a term infos file for a particular segment. It also writes the term infos index.
METHODS
new my $writer = Plucene::Index::TermInfosWriter->new( $dir_name, $segment, $field_infos); This will create a new Plucene::Index::TermInfosWriter object. break_ref This will break a circular reference. add $writer->add(Plucene::Index::Term $term, Plucene::Index::TermInfo $term_info); This will add the term and term info to the term infos file. write_term $writer->write_term(Plucene::Index::Term $term); This will write the term to the term infos file. perl v5.12.4 2011-08-14 Plucene::Index::TermInfosWriter(3pm)
Related Man Pages
lucene::queryparser(3pm) - debian
plucene::analysis::porterstemfilter(3pm) - debian
plucene::document::field(3pm) - debian
plucene::index::segmentinfos(3pm) - debian
plucene::search::booleanquery(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph