Class Suggest<T>
Assembly: OpenSearch.Client.dll
Syntax
public class Suggest<T> : ISuggest<T> where T : class
Type Parameters
Properties
|
Edit this page
View Source
Length
Declaration
public int Length { get; }
Property Value
|
Edit this page
View Source
Offset
Declaration
public int Offset { get; }
Property Value
|
Edit this page
View Source
Options
Declaration
public IReadOnlyCollection<ISuggestOption<T>> Options { get; }
Property Value
|
Edit this page
View Source
Text
Declaration
public string Text { get; }
Property Value
Implements
Extension Methods