Interface IPhraseSuggestCollateQuery
A query to run for a phrase suggester collate
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IPhraseSuggestCollateQuery
Properties
| Edit this page View SourceId
The id for a stored script to execute
Declaration
[DataMember(Name = "id")]
Id Id { get; set; }
Property Value
Type | Description |
---|---|
Id |
Source
The source script to be executed
Declaration
[DataMember(Name = "source")]
string Source { get; set; }
Property Value
Type | Description |
---|---|
string |