{
    "content": [
        {
            "type": "text",
            "text": "# Plucene::Index::FieldsReader (perldoc)\n\n## NAME\n\nPlucene::Index::FieldsReader - read Fields in a Document\n\n## SYNOPSIS\n\nmy $reader = Plucene::Index::FieldsReader->new(\n$dirname, $segment, $fieldinfos);\nmy Plucene::Document $doc = $reader->doc($offset);\nmy $size = $reader->size;\n\n## DESCRIPTION\n\nThis class gives access to documents within the index.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **METHODS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Plucene::Index::FieldsReader",
        "section": "",
        "mode": "perldoc",
        "summary": "Plucene::Index::FieldsReader - read Fields in a Document",
        "synopsis": "my $reader = Plucene::Index::FieldsReader->new(\n$dirname, $segment, $fieldinfos);\nmy Plucene::Document $doc = $reader->doc($offset);\nmy $size = $reader->size;",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 17,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}