public GeoDistanceRangeQueryDescriptor <T> DistanceType(GeoDistanceType geoDistance) => Assign(a => a.DistanceType = geoDistance);
 public GeoDistanceAggregationDescriptor <T> DistanceType(GeoDistanceType geoDistanceType)
 {
     this._DistanceType = geoDistanceType;
     return(this);
 }
 public SortGeoDistanceDescriptor <T> DistanceType(GeoDistanceType distanceType) => Assign(a => a.DistanceType = distanceType);
 public GeoDistanceQueryDescriptor <T> DistanceType(GeoDistanceType type) => Assign(a => a.DistanceType = type);
Exemple #5
0
 public GeoDistanceFilterDescriptor DistanceType(GeoDistanceType type)
 {
     ((IGeoDistanceFilter)this).DistanceType = type;
     return(this);
 }
Exemple #6
0
 public GeoDistanceSortDescriptor DistanceType(GeoDistanceType distanceType) => Assign(distanceType, (a, v) => a._geoDistanceType = v);
Exemple #7
0
 public GeoDistanceRangeFilterDescriptor DistanceType(GeoDistanceType geoDistanceType)
 {
     _.DistanceType = geoDistanceType;
     return(this);
 }
 public GeoDistanceRangeFilterDescriptor DistanceType(GeoDistanceType geoDistanceType)
 {
     _.DistanceType = geoDistanceType;
     return this;
 }
 public GeoDistanceFilterDescriptor DistanceType(GeoDistanceType type)
 {
     ((IGeoDistanceFilter)this).DistanceType = type;
     return this;
 }