You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/tutorial-optimize-indexing-pushapi.md
+3-46Lines changed: 3 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,7 @@ public static async Task TestBatchSizes(ISearchIndexClient indexClient, int min
179
179
// Pausing 2 seconds to let the search service catch its breath
180
180
Thread.Sleep(2000);
181
181
}
182
+
}
182
183
```
183
184
184
185
Because not all documents are the same size (although they are in this sample), we estimate the size of the data we're sending to the search service using the function below. The function converts the object to json and then converts the json to an array of bytes to determine its size:
0 commit comments