Table of Contents

Public structRead-only Suggestion

Namespace
Rowles.LeanLucene.Search.Suggestions
Assembly
Rowles.LeanLucene.dll

A spelling correction suggestion with its edit distance and document frequency score.

public readonly record struct Suggestion : IEquatable<Suggestion>

Public constructor Suggestion(string, int, int, float)

A spelling correction suggestion with its edit distance and document frequency score.

Public property DocFrequency

Public property EditDistance

Public property Score

Public property Term