org.apache.solr.analysis
Class ISOLatin1AccentFilterFactory

java.lang.Object
  extended by org.apache.solr.analysis.BaseTokenFilterFactory
      extended by org.apache.solr.analysis.ISOLatin1AccentFilterFactory
All Implemented Interfaces:
TokenFilterFactory

public class ISOLatin1AccentFilterFactory
extends BaseTokenFilterFactory

Factory for ISOLatin1AccentFilter $Id: ISOLatin1AccentFilterFactory.java 591158 2007-11-01 22:37:42Z hossman $


Field Summary
 
Fields inherited from class org.apache.solr.analysis.BaseTokenFilterFactory
args, log
 
Constructor Summary
ISOLatin1AccentFilterFactory()
           
 
Method Summary
 ISOLatin1AccentFilter create(TokenStream input)
          Transform the specified input TokenStream
 
Methods inherited from class org.apache.solr.analysis.BaseTokenFilterFactory
getArgs, getBoolean, getBoolean, getInt, getInt, getInt, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISOLatin1AccentFilterFactory

public ISOLatin1AccentFilterFactory()
Method Detail

create

public ISOLatin1AccentFilter create(TokenStream input)
Description copied from interface: TokenFilterFactory
Transform the specified input TokenStream



Copyright © 2009 Apache Software Foundation. All Rights Reserved.