debian man page for plucene::index::terminfo

Query: plucene::index::terminfo

OS: debian

Section: 3pm

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

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

NAME
Plucene::Index::TermInfo - Information on an index term
SYNOPSIS
my $term_info = Plucene::Index::TermInfo->new({ doc_freq => $doc_freq, freq_pointer => $freq_pointer, prox_pointer => $prox_pointer, });
DESCRIPTION
This class holds information about an index term.
METHODS
doc_freq / freq_pointer / prox_pointer Get / set term info. copy_in / clone $term_info1->copy_in($term_info2); my $term_info1 = $term_info2->clone; These will make $term_info1 be the same as $term_info2. perl v5.12.4 2011-08-14 Plucene::Index::TermInfo(3pm)
Related Man Pages
lucene::queryparser(3pm) - debian
plucene::analysis::porterstemfilter(3pm) - debian
plucene::index::segmentinfos(3pm) - debian
plucene::index::segmentreader(3pm) - debian
plucene::search::booleanquery(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com