org.apache.lucene.analysis
Class WhitespaceAnalyzer
java.lang.Object
|
+--org.apache.lucene.analysis.Analyzer
|
+--org.apache.lucene.analysis.WhitespaceAnalyzer
- public final class WhitespaceAnalyzer
- extends Analyzer
An Analyzer that uses WhitespaceTokenizer.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WhitespaceAnalyzer
public WhitespaceAnalyzer()
tokenStream
public final TokenStream tokenStream(String fieldName,
Reader reader)
- Description copied from class:
Analyzer
- 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.
- Overrides:
tokenStream
in class Analyzer
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.