Class SnowballAnalyzer

java.lang.Object
org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.snowball.SnowballAnalyzer
org.dlese.dpc.index.analysis.SnowballAnalyzer
All Implemented Interfaces:
Closeable, AutoCloseable

public final class SnowballAnalyzer extends org.apache.lucene.analysis.snowball.SnowballAnalyzer
A Snowball Analyzer for English word stemming. See Porter and Snowball stemming algorithm documentation. Simply delegates to the Lucene SnowballAnalyzer English implementation from org.tartarus.snowball.
Author:
John Weatherley
  • Field Summary

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

    overridesTokenStreamMethod
  • Method Summary

    Methods inherited from class org.apache.lucene.analysis.snowball.SnowballAnalyzer

    reusableTokenStream, tokenStream

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

    close, getOffsetGap, getPositionIncrementGap, getPreviousTokenStream, setOverridesTokenStreamMethod, setPreviousTokenStream

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait