Package org.apache.lucene.analysis.hi
Class HindiStemFilter
- java.lang.Object
- 
- org.apache.lucene.util.AttributeSource
- 
- org.apache.lucene.analysis.TokenStream
- 
- org.apache.lucene.analysis.TokenFilter
- 
- org.apache.lucene.analysis.hi.HindiStemFilter
 
 
 
 
- 
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- Unwrappable<TokenStream>
 
 public final class HindiStemFilter extends TokenFilter ATokenFilterthat appliesHindiStemmerto stem Hindi words.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.lucene.util.AttributeSourceAttributeSource.State
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.lucene.analysis.TokenFilterinput
 - 
Fields inherited from class org.apache.lucene.analysis.TokenStreamDEFAULT_TOKEN_ATTRIBUTE_FACTORY
 
- 
 - 
Constructor SummaryConstructors Constructor Description HindiStemFilter(TokenStream input)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanincrementToken()- 
Methods inherited from class org.apache.lucene.analysis.TokenFilterclose, end, reset, unwrap
 - 
Methods inherited from class org.apache.lucene.util.AttributeSourceaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, endAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, removeAllAttributes, restoreState, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
HindiStemFilterpublic HindiStemFilter(TokenStream input) 
 
- 
 - 
Method Detail- 
incrementTokenpublic boolean incrementToken() throws IOException- Specified by:
- incrementTokenin class- TokenStream
- Throws:
- IOException
 
 
- 
 
-