Table of Contents

Class SearchFuzzyOptions

Namespace
MongoDB.Driver.Search
Assembly
MongoDB.Driver.dll

Options for fuzzy search.

public sealed class SearchFuzzyOptions
Inheritance
SearchFuzzyOptions
Inherited Members

Properties

MaxEdits

Gets or sets the maximum number of single-character edits required to match the specified search term.

MaxExpansions

Gets or sets the number of variations to generate and search for.

PrefixLength

Gets or sets the number of characters at the beginning of each term in the result that must exactly match.