diff --git a/README.md b/README.md index 083ea28..3fe77f1 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ public class SearchService }; _searchService.AddDocument("products", product); + + //_searchService.AddDocument("products", product, true); if you set the third parameter, which is autocommit, to true, it will ignore batching. } } ```