Suggester Class

Definition

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