Suggester Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines how the Suggest API should apply to a group of fields in the index.
public class Suggester
type Suggester = class
Public Class Suggester
- Inheritance
-
Suggester
Constructors
Suggester() |
Initializes a new instance of the Suggester class. |
Suggester(String, IList<String>) |
Initializes a new instance of the Suggester class. |
Suggester(String, String[]) |
Initializes a new instance of the Suggester class with required arguments. |
Properties
Name |
Gets or sets the name of the suggester. |
SearchMode |
A value indicating the capabilities of the suggester. |
SourceFields |
Gets or sets the list of field names to which the suggester applies. Each field must be searchable. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET