{
    "content": [
        {
            "type": "text",
            "text": "# Plucene::Search::PrefixQuery (perldoc)\n\n## NAME\n\nPlucene::Search::TermQuery - a query that matches terms beginning with a string\n\n## SYNOPSIS\n\n# isa Plucene::Search::Query\n$prefixquery->normalize($norm);\nmy       $ssw = $prefixquery->sumsquaredweights($searcher);\nmy $asstring = $prefixquery->tostring($field);\n\n## DESCRIPTION\n\nA query that matches a document containing terms *beginning* with the given string.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Plucene::Search::PrefixQuery",
        "section": "",
        "mode": "perldoc",
        "summary": "Plucene::Search::TermQuery - a query that matches terms beginning with a string",
        "synopsis": "# isa Plucene::Search::Query\n$prefixquery->normalize($norm);\nmy       $ssw = $prefixquery->sumsquaredweights($searcher);\nmy $asstring = $prefixquery->tostring($field);",
        "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": 13,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Plucene::Search::TermQuery - a query that matches terms beginning with a string\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "# isa Plucene::Search::Query\n\n$prefixquery->normalize($norm);\n\nmy       $ssw = $prefixquery->sumsquaredweights($searcher);\nmy $asstring = $prefixquery->tostring($field);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "A query that matches a document containing terms *beginning* with the given string.\n\ntostring\n$q->tostring\n\nConvert the query to a readable string format\n\nsumsquaredweights\nThe sum sqaured weights of the query.\n\nnormalize\nNormalize the query.\n",
                "subsections": []
            }
        }
    }
}