示例#1
0
 public static IElasticSearchService <T> BoostByAncestor <T>(this IElasticSearchService <T> service, ContentReference path, sbyte weight)
 => service.BoostByAncestor(path.ID, weight);