A better solution in Nest 7.x:
await _client.UpdateAsync<ElasticSearchDoc>(doc.Id, u => u
.Index("movies")
.Doc(new ElasticSearchDoc { Title = "Updated title!" }));
A better solution in Nest 7.x:
await _client.UpdateAsync<ElasticSearchDoc>(doc.Id, u => u
.Index("movies")
.Doc(new ElasticSearchDoc { Title = "Updated title!" }));
For further actions, you may consider blocking this person and/or reporting abuse
Cris Crawford -
Sebastien Lorber -
Hossein Yazdi -
Khalid Hussein -
Top comments (0)