Package org.opensearch.analysis.common
Class EnglishPluralStemFilter
java.lang.Object
org.apache.lucene.util.AttributeSource
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.opensearch.analysis.common.EnglishPluralStemFilter
- All Implemented Interfaces:
Closeable,AutoCloseable,Unwrappable<org.apache.lucene.analysis.TokenStream>
public final class EnglishPluralStemFilter
extends org.apache.lucene.analysis.TokenFilter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPlural stemmer for English based on theEnglishMinimalStemFilterNested classes/interfaces inherited from class org.apache.lucene.util.AttributeSource
AttributeSource.State -
Field Summary
Fields inherited from class org.apache.lucene.analysis.TokenFilter
inputFields inherited from class org.apache.lucene.analysis.TokenStream
DEFAULT_TOKEN_ATTRIBUTE_FACTORY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.analysis.TokenFilter
close, end, reset, unwrapMethods inherited from class org.apache.lucene.util.AttributeSource
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, endAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, removeAllAttributes, restoreState, toString
-
Constructor Details
-
EnglishPluralStemFilter
public EnglishPluralStemFilter(org.apache.lucene.analysis.TokenStream input)
-
-
Method Details
-
incrementToken
- Specified by:
incrementTokenin classorg.apache.lucene.analysis.TokenStream- Throws:
IOException
-