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