Table of Contents

Class FuzzySearchOptions

Namespace
LMKit.Document.Search
Assembly
LM-Kit.NET.dll

Options for fuzzy search using Levenshtein distance.

public sealed class FuzzySearchOptions
Inheritance
FuzzySearchOptions
Inherited Members

Properties

ContextChars

Number of characters of context to include in the snippet.

MaxEditDistance

Maximum absolute edit distance permitted for a window to qualify as a match.

MaxResults

Maximum number of matches to return.

MinScore

Minimum normalized score (0..1), where 1.0 is an exact match.

TokenAware

When true, discounts whitespace substitution costs.