-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
From @vineet85 on June 14, 2015 20:15
Hi,
ElasticSearch supports referencing a script which is stored in a file. Eg:-
GET /_search
{
"script_fields": {
"my_field": {
"script_file": "my_script",
"params": {
"my_var": 2
}
}
}
}
However the .NET NEST client does not have any support for this yet. Is this going to be added soon?
public string ScriptId { get; set; } |
Thanks,
Vineet
Copied from original issue: elastic/elasticsearch#11652
Metadata
Metadata
Assignees
Labels
No labels