Examples of ISOLatin1AccentFilter


Examples of org.apache.lucene.analysis.ISOLatin1AccentFilter

/** Factory for ISOLatin1AccentFilter
*  $Id: ISOLatin1AccentFilterFactory.java 540849 2007-05-23 05:57:03Z otis $
*/
public class ISOLatin1AccentFilterFactory extends BaseTokenFilterFactory {
  public TokenStream create(TokenStream input) {
    return new ISOLatin1AccentFilter(input);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.