org.apache.lucene.analysis
Class SimpleAnalyzer
public final class SimpleAnalyzer
An Analyzer that filters LetterTokenizer with LowerCaseFilter.
TokenStream | tokenStream(String fieldName, Reader reader) - Creates a TokenStream which tokenizes all the text in the provided
Reader.
|
tokenStream
public TokenStream tokenStream(String fieldName,
Reader reader)
Creates a TokenStream which tokenizes all the text in the provided
Reader. Default implementation forwards to tokenStream(Reader) for
compatibility with older version. Override to allow Analyzer to choose
strategy based on document and/or field. Must be able to handle null
field name for backward compatibility.
- tokenStream in interface Analyzer
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.