{
    "mode": "perldoc",
    "parameter": "Plucene::Index::FieldsReader",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Plucene%3A%3AIndex%3A%3AFieldsReader/json",
    "generated": "2026-06-10T13:44:07Z",
    "synopsis": "my $reader = Plucene::Index::FieldsReader->new(\n$dirname, $segment, $fieldinfos);\nmy Plucene::Document $doc = $reader->doc($offset);\nmy $size = $reader->size;",
    "sections": {
        "NAME": {
            "content": "Plucene::Index::FieldsReader - read Fields in a Document\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "my $reader = Plucene::Index::FieldsReader->new(\n$dirname, $segment, $fieldinfos);\n\nmy Plucene::Document $doc = $reader->doc($offset);\n\nmy $size = $reader->size;\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This class gives access to documents within the index.\n",
            "subsections": []
        },
        "METHODS": {
            "content": "new\nmy $reader = Plucene::Index::FieldsReader->new(\n$dirname, $segment, $fieldinfos);\n\nThis will create a new Plucene::Index::FieldsReader with the passed in directory name, segment\nand field infos.\n\nsize\nmy $size = $reader->size;\n\nThis returns the size.\n\ndoc\nmy Plucene::Document $doc = $reader->doc($offset);\n\nThis will return the Plucene::Document object found at the passed in position.\n",
            "subsections": []
        }
    },
    "summary": "Plucene::Index::FieldsReader - read Fields in a Document",
    "flags": [],
    "examples": [],
    "see_also": []
}