org.apache.lucene.analysis.el

Class GreekLowerCaseFilter


public final class GreekLowerCaseFilter
extends TokenFilter

Normalizes token text to lower case, analyzing given ("greek") charset.
Author:
Panagiotis Astithas, past@ebs.gr

Field Summary

Fields inherited from class org.apache.lucene.analysis.TokenFilter

input

Constructor Summary

GreekLowerCaseFilter(TokenStream in, char[] charset)

Method Summary

Token
next()
Returns the next token in the stream, or null at EOS.

Methods inherited from class org.apache.lucene.analysis.TokenFilter

close

Methods inherited from class org.apache.lucene.analysis.TokenStream

close, next

Constructor Details

GreekLowerCaseFilter

public GreekLowerCaseFilter(TokenStream in,
                            char[] charset)

Method Details

next

public final Token next()
            throws IOException
Returns the next token in the stream, or null at EOS.
Overrides:
next in interface TokenStream

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.