public IContentTypeConfiguration Index(string field, IFieldStrategy strategy) { strategies[field] = strategy; return(this); }
public IContentTypeConfiguration Index(string field, IFieldStrategy strategy) { targets.AsParallel().ForAll(x => x.Index(field, strategy)); return(this); }