Im trying to track down some documentation for updating a single document using NEST. I can get a specific document using GET
elasticClient.Get<Product>(ProductId);
And would assume it would be something along the same lines for updating but not sure.