Update OpenSearch-dot-net.md (#6690)
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
This commit is contained in:
parent
742cfd1d12
commit
87bfdab75a
|
@ -400,7 +400,7 @@ internal class Program
|
||||||
FirstName = "Paulo",
|
FirstName = "Paulo",
|
||||||
LastName = "Santos",
|
LastName = "Santos",
|
||||||
Gpa = 3.93,
|
Gpa = 3.93,
|
||||||
GradYear = 2021 };v
|
GradYear = 2021 };
|
||||||
var response = client.Index<StringResponse>("students", "100",
|
var response = client.Index<StringResponse>("students", "100",
|
||||||
PostData.Serializable(student));
|
PostData.Serializable(student));
|
||||||
Console.WriteLine(response.Body);
|
Console.WriteLine(response.Body);
|
||||||
|
|
Loading…
Reference in New Issue