plucene::index::fieldsreader(3pm) debian man page | unix.com

Man Page: plucene::index::fieldsreader

Operating Environment: debian

Section: 3pm

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

NAME
Plucene::Index::FieldsReader - read Fields in a Document
SYNOPSIS
my $reader = Plucene::Index::FieldsReader->new( $dir_name, $segment, $field_infos); my Plucene::Document $doc = $reader->doc($offset); my $size = $reader->size;
DESCRIPTION
This class gives access to documents within the index.
METHODS
new my $reader = Plucene::Index::FieldsReader->new( $dir_name, $segment, $field_infos); This will create a new Plucene::Index::FieldsReader with the passed in directory name, segment and field infos. size my $size = $reader->size; This returns the size. doc my Plucene::Document $doc = $reader->doc($offset); This will return the Plucene::Document object found at the passed in position. perl v5.12.4 2011-08-14 Plucene::Index::FieldsReader(3pm)
Related Man Pages
plucene::analysis::porterstemfilter(3pm) - debian
plucene::index::fieldinfos(3pm) - debian
plucene::search::booleanquery(3pm) - debian
plucene::search::termquery(3pm) - debian
tm::index::reified(3pm) - debian
Similar Topics in the Unix Linux Community
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph