Java org.apache.lucene.analysis.miscellaneous ASCIIFoldingFilter fields, constructors, methods, implement or subclass

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

Introduction

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

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.

intfoldToASCII(char input[], int inputPos, char output[], int outputPos, int length)
Converts characters above ASCII to their ASCII equivalents.
booleanincrementToken()
voidreset()