We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735d032 commit 569603bCopy full SHA for 569603b
src/Tests/Nest.Tests.Unit/Core/Bulk/BulkTests.cs
@@ -59,7 +59,10 @@ public void BulkOperations_ObjectInitializer()
59
{ new BulkUpdateOperation<ElasticsearchProject, object>(new ElasticsearchProject { Id = 3})
60
{
61
VersionType = VersionType.External,
62
- Doc = new { name = "NEST"}
+ Doc = new { name = "NEST"},
63
+ ScriptFile = "myfile",
64
+ ScriptId = "myscript",
65
+ Lang = "groovy"
66
}},
67
}
68
});
0 commit comments