Options for a search suggester.

C# |
public class DocumentSuggesterOptions

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DocumentSuggesterOptions()()()() | Initializes a new instance of the DocumentSuggesterOptions class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | FuzzyMatching |
The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified
string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high,
suggestions can differ by up to two characters. The default is none.
Constraints: |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | SortExpression |
An expression that computes a score for each suggestion to control how they are sorted.
|
![]() | SourceField |
The name of the index field you want to use for suggestions.
Constraints: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithFuzzyMatching(String) | Obsolete.
Sets the FuzzyMatching property
|
![]() | WithSortExpression(String) | Obsolete.
Sets the SortExpression property
|
![]() | WithSourceField(String) | Obsolete.
Sets the SourceField property
|

Object | |
![]() | DocumentSuggesterOptions |