Example #1
0
 public async Task AddOrUpdateAsync(IEnumerable <Document> documents)
 {
     await _solr.AddRangeAsync(documents);
 }