Class SearchTextOptions<TDocument>
Options for atlas search text operator.
public sealed class SearchTextOptions<TDocument>Type Parameters
- TDocument
- Inheritance
- 
      
      SearchTextOptions<TDocument>
- Inherited Members
Properties
- Fuzzy
- The options for fuzzy search. 
- MatchCriteria
- The criteria to use to match the terms in the query. Value can be either "any" or "all". Defaults to "all" if omitted. 
- Score
- The score modifier. 
- Synonyms
- The name of the synonym mapping definition in the index definition. Value can't be an empty string (e.g. "").