perldoc > Plucene::Analysis::SimpleAnalyzer

📛 NAME

Plucene::Analysis::SimpleAnalyzer - The simple analyzer

🚀 Quick Reference

Use CaseCommandDescription
Create a simple analyzerPlucene::Analysis::SimpleAnalyzer->new(...)Returns a new SimpleAnalyzer object
Get a token stream$analyzer->tokenstream($reader)Creates a TokenStream that tokenizes all text in the provided Reader

📜 SYNOPSIS

# isa Plucene::Analysis::Analyzer

my Plucene::Analysis::LowerCaseTokenizer $an
        = Plucene::Analysis::SimpleAnalyzer->new(@args);

📘 DESCRIPTION

This is an Analyzer that filters LetterTokenizer with LowerCaseFilter.

🔧 METHODS

🔄 tokenstream

my Plucene::Analysis::LowerCaseTokenizer $an
        = Plucene::Analysis::SimpleAnalyzer->new(@args);

This creates a TokenStream which tokenizes all the text in the provided Reader.

Plucene::Analysis::SimpleAnalyzer
📛 NAME 🚀 Quick Reference 📜 SYNOPSIS 📘 DESCRIPTION 🔧 METHODS
🔄 tokenstream

Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-20 18:45 @2600:1f28:365:80b0:8802:8bb4:3873:328e
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format