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

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

Introduction

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

The text is from its open source code.

Constructor

DoubleMetaphoneFilter(TokenStream input, int maxCodeLength, boolean inject)
Creates a DoubleMetaphoneFilter with the specified maximum code length, and either adding encoded forms as synonyms (inject=true) or replacing them.