org.apache.lucene.analysis.el
Class GreekLowerCaseFilter
java.lang.Object
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.apache.lucene.analysis.el.GreekLowerCaseFilter
public final class GreekLowerCaseFilter
- extends TokenFilter
Normalizes token text to lower case, analyzing given ("greek") charset.
- Author:
- Panagiotis Astithas, past@ebs.gr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GreekLowerCaseFilter
public GreekLowerCaseFilter(TokenStream in,
char[] charset)
next
public final Token next()
throws IOException
- Overrides:
next
in class TokenStream
- Throws:
IOException
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.