{
    "mode": "perldoc",
    "parameter": "Plucene::Analysis::Analyzer",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Plucene%3A%3AAnalysis%3A%3AAnalyzer/json",
    "generated": "2026-06-12T13:36:56Z",
    "synopsis": "my $analyzer = Plucene::Analysis::Analyzer::Subclass->new;",
    "sections": {
        "NAME": {
            "content": "Plucene::Analysis::Analyzer - base class for Analyzers\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "my $analyzer = Plucene::Analysis::Analyzer::Subclass->new;\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This is an abstract base class of Analyzers.\n\nAn Analyzer builds TokenStreams, which analyze text. It thus represents a policy for extracting\nindex terms from text.\n\nTypical implementations first build a Tokenizer, which breaks the stream of characters from the\nReader into raw Tokens. One or more TokenFilters may then be applied to the output of the\nTokenizer.\n",
            "subsections": []
        },
        "METHODS": {
            "content": "new\nmy $analyzer = Plucene::Analysis::Analyzer::Subclass->new;\n\ntokenstream\nThis must be defined in a subclass\n",
            "subsections": []
        }
    },
    "summary": "Plucene::Analysis::Analyzer - base class for Analyzers",
    "flags": [],
    "examples": [],
    "see_also": []
}