Exemplo n.º 1
0
 public IEnumerable <string> GetTerms(string index, string field, string fromValue, int pageSize)
 {
     return(AsyncHelpers.RunSync(() => asyncServerClient.GetTermsAsync(index, field, fromValue, pageSize)));
 }