{
    "content": [
        {
            "type": "text",
            "text": "# Plucene::Analysis::StopFilter (perldoc)\n\n## NAME\n\nPlucene::Analysis::StopFilter - the stop filter\n\n## SYNOPSIS\n\n# isa Plucene::Analysis::TokenFilter\nmy $next = $stopfilter->next;\n\n## DESCRIPTION\n\nThis removes stop words from a token stream.\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::Analysis::StopFilter",
        "section": "",
        "mode": "perldoc",
        "summary": "Plucene::Analysis::StopFilter - the stop filter",
        "synopsis": "# isa Plucene::Analysis::TokenFilter\nmy $next = $stopfilter->next;",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Plucene::Analysis::StopFilter - the stop filter\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "# isa Plucene::Analysis::TokenFilter\n\nmy $next = $stopfilter->next;\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This removes stop words from a token stream.\n\nInstances of the StopFilter class are tokens filters that removes from the indexed text words of\nyour choice. Typically this is used to filter out common words ('the', 'a' 'if' etc) that\nincrease the overhead but add no value during searches.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "next\nmy $next = $stopfilter->next;\n\nThis returns the next input token whose term is not a stop word.\n",
                "subsections": []
            }
        }
    }
}