Fuzziness enum

Fuzziness Level for Elastic Search API.

Levenshtein distance (= number of edits). cf. https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#fuzziness

Inheritance

Constructors

Fuzziness({required String offTag})
const

Values

none → const Fuzziness
Fuzziness(offTag: '0')
one → const Fuzziness
Fuzziness(offTag: '1')
two → const Fuzziness
Fuzziness(offTag: '2')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
offTag String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Fuzziness>
A constant List of the values in this enum, in order of their declaration.