File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
optimize-data-indexing/v11/OptimizeDataIndexing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ public static async Task Main(string[] args)
4343 //List<Hotel> hotels = dg.GetHotels(numDocuments);
4444
4545 //Console.WriteLine("{0}", "Uploading using exponential backoff...\n");
46- //await ExponentialBackoff.IndexDataAsync(indexClient , hotels, 1000, 8);
46+ //await ExponentialBackoff.IndexDataAsync(searchClient , hotels, 1000, 8);
4747
4848 //Console.WriteLine("{0}", "Validating all data was indexed...\n");
49- //await ValidateIndexAsync(searchService , indexName, numDocuments);
49+ //await ValidateIndexAsync(indexClient , indexName, numDocuments);
5050
5151 Console . WriteLine ( "{0}" , "Complete. Press any key to end application...\n " ) ;
5252 Console . ReadKey ( ) ;
You can’t perform that action at this time.
0 commit comments