Plucene::Index::FieldsReader(3pUser Contributed Perl DocumentatiPlucene::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.26.1 2018-04-02 Plucene::Index::FieldsReader(3pm)
Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2025-10-28 14:50 @216.73.216.108 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)