debian man page for plucene::index::terminfosreader

Query: plucene::index::terminfosreader

OS: debian

Section: 3pm

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

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

NAME
Plucene::Index::TermInfosReader - read the term infos file
SYNOPSIS
my $reader = Plucene::Index::TermInfosReader->new( $dir_name, $segment, $fis); my Plucene::Index::TermInfo $term_info = $reader->get(Plucene::Index::Term $term); my Plucene::Index::SegmentTermEnum $enum = $reader->terms(Plucene::Index::Term $term);
DESCRIPTION
This reads a term infos file.
METHODS
new my $reader = Plucene::Index::TermInfosReader->new( $dir_name, $segment, $fis); This will create a new Plucene::Index::TermInfosReader object with the passed directory name, segment name and field infos. get my Plucene::Index::TermInfo $term_info = $reader->get(Plucene::Index::Term $term); get_int / get_position These are never called. terms my Plucene::Index::SegmentTermEnum $enum = $reader->terms(Plucene::Index::Term $term); This will return the Plucene::Index::SegmentTermEnum for the passed-in Plucene::Index::Term. perl v5.12.4 2011-08-14 Plucene::Index::TermInfosReader(3pm)
Related Man Pages
plucene(3pm) - debian
plucene::index::segmentinfos(3pm) - debian
plucene::index::segmentreader(3pm) - debian
plucene::index::segmentsreader(3pm) - debian
plucene::search::query(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Introduction
One instance of comparing grep and awk