コード例 #1
0
 public GeoDistanceRangeQueryDescriptor <T> DistanceType(GeoDistanceType geoDistance) => Assign(a => a.DistanceType = geoDistance);
コード例 #2
0
 public GeoDistanceAggregationDescriptor <T> DistanceType(GeoDistanceType geoDistanceType)
 {
     this._DistanceType = geoDistanceType;
     return(this);
 }
コード例 #3
0
 public SortGeoDistanceDescriptor <T> DistanceType(GeoDistanceType distanceType) => Assign(a => a.DistanceType = distanceType);
コード例 #4
0
 public GeoDistanceQueryDescriptor <T> DistanceType(GeoDistanceType type) => Assign(a => a.DistanceType = type);
コード例 #5
0
 public GeoDistanceFilterDescriptor DistanceType(GeoDistanceType type)
 {
     ((IGeoDistanceFilter)this).DistanceType = type;
     return(this);
 }
コード例 #6
0
 public GeoDistanceSortDescriptor DistanceType(GeoDistanceType distanceType) => Assign(distanceType, (a, v) => a._geoDistanceType = v);
コード例 #7
0
 public GeoDistanceRangeFilterDescriptor DistanceType(GeoDistanceType geoDistanceType)
 {
     _.DistanceType = geoDistanceType;
     return(this);
 }
コード例 #8
0
 public GeoDistanceRangeFilterDescriptor DistanceType(GeoDistanceType geoDistanceType)
 {
     _.DistanceType = geoDistanceType;
     return this;
 }
コード例 #9
0
 public GeoDistanceFilterDescriptor DistanceType(GeoDistanceType type)
 {
     ((IGeoDistanceFilter)this).DistanceType = type;
     return this;
 }