コード例 #1
0
 /// <summary>
 /// The order by which to return the facets by. Defaults to COUNT.
 /// </summary>
 /// <param name="comparatorType"></param>
 /// <returns></returns>
 public TermsStatsFacetBuilder Order(TermsStatsComparatorType comparatorType)
 {
     _comparatorType = comparatorType;
     return(this);
 }
コード例 #2
0
 /// <summary>
 /// The order by which to return the facets by. Defaults to COUNT.
 /// </summary>
 /// <param name="comparatorType"></param>
 /// <returns></returns>
 public TermsStatsFacetBuilder Order(TermsStatsComparatorType comparatorType)
 {
     _comparatorType = comparatorType;
     return this;
 }