Class ScriptQuery
A query allowing to define a script to execute as a query
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class ScriptQuery : QueryBase, IScriptQuery, IQuery
Properties
| Edit this page View SourceConditionless
Declaration
protected override bool Conditionless { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceScript
The script to execute
Declaration
public IScript Script { get; set; }
Property Value
Type | Description |
---|---|
IScript |