메소드 | 설명 | |
---|---|---|
Cache ( bool cache ) : |
Should the filter be cached or not. Defaults to false.
|
|
CacheKey ( string cacheKey ) : |
||
FilterName ( string filterName ) : |
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
|
|
From ( object from ) : |
||
GeoDistance ( GeoDistance geoDistance ) : |
||
GeoDistanceRangeFilterBuilder ( string name ) : Newtonsoft.Json.Linq | ||
Geohash ( string geohash ) : |
||
Gt ( object from ) : |
||
Gte ( object from ) : |
||
IncludeLower ( bool includeLower ) : |
||
IncludeUpper ( bool includeUpper ) : |
||
Lat ( double lat ) : |
||
Lon ( double lon ) : |
||
Lt ( object to ) : |
||
Lte ( object to ) : |
||
OptimizeBbox ( string optimizeBbox ) : |
||
Point ( double lat, double lon ) : |
||
To ( object to ) : |
||
ToJsonObject ( ) : object | ||
ToString ( ) : string |
public Cache ( bool cache ) : |
||
cache | bool | |
리턴 |
public CacheKey ( string cacheKey ) : |
||
cacheKey | string | |
리턴 |
public FilterName ( string filterName ) : |
||
filterName | string | |
리턴 |
public From ( object from ) : |
||
from | object | |
리턴 |
public GeoDistance ( GeoDistance geoDistance ) : |
||
geoDistance | GeoDistance | |
리턴 |
public GeoDistanceRangeFilterBuilder ( string name ) : Newtonsoft.Json.Linq | ||
name | string | |
리턴 | Newtonsoft.Json.Linq |
public Geohash ( string geohash ) : |
||
geohash | string | |
리턴 |
public Gt ( object from ) : |
||
from | object | |
리턴 |
public Gte ( object from ) : |
||
from | object | |
리턴 |
public IncludeLower ( bool includeLower ) : |
||
includeLower | bool | |
리턴 |
public IncludeUpper ( bool includeUpper ) : |
||
includeUpper | bool | |
리턴 |
public Lat ( double lat ) : |
||
lat | double | |
리턴 |
public Lon ( double lon ) : |
||
lon | double | |
리턴 |
public Lt ( object to ) : |
||
to | object | |
리턴 |
public Lte ( object to ) : |
||
to | object | |
리턴 |
public OptimizeBbox ( string optimizeBbox ) : |
||
optimizeBbox | string | |
리턴 |
public Point ( double lat, double lon ) : |
||
lat | double | |
lon | double | |
리턴 |
public To ( object to ) : |
||
to | object | |
리턴 |