Java org.apache.lucene.analysis.phonetic PhoneticFilter fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

PhoneticFilter(TokenStream in, Encoder encoder, boolean inject)
Creates a PhoneticFilter with the specified encoder, and either adding encoded forms as synonyms (inject=true) or replacing them.