Java org.apache.lucene.search.spell JaroWinklerDistance fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search.spell JaroWinklerDistance fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search.spell JaroWinklerDistance.

The text is from its open source code.

Constructor

JaroWinklerDistance()
Creates a new distance metric with the default threshold for the Jaro Winkler bonus (0.7)

Method