From 47abd5b838f4b8b597b3167d87c281a684a34dc8 Mon Sep 17 00:00:00 2001 From: damien Date: Sat, 1 Mar 2025 19:13:25 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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. } } ```