标签: elasticsearch nest
我试图使用NEST跟踪一些文档以更新单个文档。 我可以使用GET
elasticClient.Get<Product>(ProductId);
并且会假设它会有相同的更新但不确定。