net.sourceforge.openutils.mgnlcriteria.utils
Class ASCIIFoldingAnalyzer

java.lang.Object
  extended by org.apache.lucene.analysis.Analyzer
      extended by net.sourceforge.openutils.mgnlcriteria.utils.BaseAnalyzer
          extended by net.sourceforge.openutils.mgnlcriteria.utils.ASCIIFoldingAnalyzer

public class ASCIIFoldingAnalyzer
extends BaseAnalyzer

Version:
$Id: ASCIIFoldingAnalyzer.java 3285 2011-01-24 18:10:19Z fgiust $
Author:
molaschi

Constructor Summary
ASCIIFoldingAnalyzer()
           
 
Method Summary
protected  org.apache.lucene.analysis.TokenStream tokenFiltersChain(org.apache.lucene.analysis.TokenStream tokenStream)
          Apply a set of TokenFilters to the TokenStream
 
Methods inherited from class net.sourceforge.openutils.mgnlcriteria.utils.BaseAnalyzer
reusableTokenStream, tokenize, tokenStream
 
Methods inherited from class org.apache.lucene.analysis.Analyzer
close, getPositionIncrementGap, getPreviousTokenStream, setPreviousTokenStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASCIIFoldingAnalyzer

public ASCIIFoldingAnalyzer()
Method Detail

tokenFiltersChain

protected org.apache.lucene.analysis.TokenStream tokenFiltersChain(org.apache.lucene.analysis.TokenStream tokenStream)
Description copied from class: BaseAnalyzer
Apply a set of TokenFilters to the TokenStream

Specified by:
tokenFiltersChain in class BaseAnalyzer
Parameters:
tokenStream - original tokenStream
Returns:
filtered tokenStream


Copyright © 2009-2011 Openmind. All Rights Reserved.