Skip to content

Script_File support for NEST #1456

@clintongormley

Description

@clintongormley

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions