コード例 #1
0
 public DateHistogramFacetBuilder Comparator(DateHistogramComparatorType comparatorType)
 {
     _comparatorType = comparatorType;
     return this;
 }
コード例 #2
0
 public DateHistogramFacetBuilder Comparator(DateHistogramComparatorType comparatorType)
 {
     _comparatorType = comparatorType;
     return(this);
 }