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)NAMEPlucene::Index::TermInfosReader - read the term infos fileSYNOPSISmy $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);DESCRIPTIONThis reads a term infos file.METHODSnew 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)
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 |