Class PhraseSuggestCollateQuery
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class PhraseSuggestCollateQuery : IPhraseSuggestCollateQuery
Properties
| Edit this page View SourceId
The id for a stored script to execute
Declaration
public Id Id { get; set; }
Property Value
Type | Description |
---|---|
Id |
Source
The source script to be executed
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
string |