Java org.apache.lucene.search.suggest.analyzing FuzzySuggester fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search.suggest.analyzing FuzzySuggester fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search.suggest.analyzing FuzzySuggester.

The text is from its open source code.

Field

booleanDEFAULT_UNICODE_AWARE
Measure maxEdits, minFuzzyLength, transpositions and nonFuzzyPrefix parameters in Unicode code points (actual letters) instead of bytes.
intDEFAULT_MIN_FUZZY_LENGTH
The default minimum length of the key passed to #lookup before any edits are allowed.
intDEFAULT_NON_FUZZY_PREFIX
The default prefix length where edits are not allowed.
intDEFAULT_MAX_EDITS
The default maximum number of edits for fuzzy suggestions.
booleanDEFAULT_TRANSPOSITIONS
The default transposition value passed to LevenshteinAutomata