org.apache.lucene.analysis
Class LowerCaseFilter
java.lang.Object
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.apache.lucene.analysis.LowerCaseFilter
public final class LowerCaseFilter
- extends TokenFilter
Normalizes token text to lower case.
- Version:
- $Id: LowerCaseFilter.java 150259 2004-03-29 22:48:07Z cutting $
Method Summary |
Token |
next()
Returns the next token in the stream, or null at EOS. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LowerCaseFilter
public LowerCaseFilter(TokenStream in)
next
public final Token next()
throws IOException
- Description copied from class:
TokenStream
- Returns the next token in the stream, or null at EOS.
- Specified by:
next
in class TokenStream
- Throws:
IOException
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.