elastic / examples

Home for Elasticsearch examples available to everyone. It's a great way to get started.
Apache License 2.0
2.64k stars 1.24k forks source link

how to dynamically update partial fields #273

Open WenRuonan opened 4 years ago

WenRuonan commented 4 years ago

how to dynamically update partial fields: i only want to update part fields in var resp = _client.Update<TeamPro, TeamPro>(request.Object.ID, d => d.Index(indexTeamPro).Doc(request.Object));