Java org.apache.lucene.analysis.en PorterStemFilter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.analysis.en PorterStemFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.analysis.en PorterStemFilter.

The text is from its open source code.

Constructor

Method

voidclose()

NOTE: The default implementation chains the call to the input TokenStream, so be sure to call super.close() when overriding this method.

voidend()

NOTE: The default implementation chains the call to the input TokenStream, so be sure to call super.end() first when overriding this method.

booleanincrementToken()
voidreset()

NOTE: The default implementation chains the call to the input TokenStream, so be sure to call super.reset() when overriding this method.