Home
last modified time | relevance | path

Searched refs:GeoDistanceSort (Results 1 – 15 of 15) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dsort.go268 func (s *GeoDistanceSort) FieldName(fieldName string) *GeoDistanceSort { argument
274 func (s *GeoDistanceSort) Order(ascending bool) *GeoDistanceSort { argument
280 func (s *GeoDistanceSort) Asc() *GeoDistanceSort { argument
286 func (s *GeoDistanceSort) Desc() *GeoDistanceSort { argument
292 func (s *GeoDistanceSort) Point(lat, lon float64) *GeoDistanceSort { argument
298 func (s *GeoDistanceSort) Points(points ...*GeoPoint) *GeoDistanceSort { argument
304 func (s *GeoDistanceSort) GeoHashes(geohashes ...string) *GeoDistanceSort { argument
312 func (s *GeoDistanceSort) Unit(unit string) *GeoDistanceSort { argument
318 func (s *GeoDistanceSort) GeoDistance(geoDistance string) *GeoDistanceSort { argument
333 func (s *GeoDistanceSort) SortMode(sortMode string) *GeoDistanceSort { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/
H A Dsort.go275 func (s *GeoDistanceSort) FieldName(fieldName string) *GeoDistanceSort { argument
281 func (s *GeoDistanceSort) Order(ascending bool) *GeoDistanceSort { argument
287 func (s *GeoDistanceSort) Asc() *GeoDistanceSort { argument
293 func (s *GeoDistanceSort) Desc() *GeoDistanceSort { argument
299 func (s *GeoDistanceSort) Point(lat, lon float64) *GeoDistanceSort { argument
305 func (s *GeoDistanceSort) Points(points ...*GeoPoint) *GeoDistanceSort { argument
311 func (s *GeoDistanceSort) GeoHashes(geohashes ...string) *GeoDistanceSort { argument
319 func (s *GeoDistanceSort) GeoDistance(geoDistance string) *GeoDistanceSort { argument
327 func (s *GeoDistanceSort) Unit(unit string) *GeoDistanceSort { argument
335 func (s *GeoDistanceSort) SortMode(sortMode string) *GeoDistanceSort { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/
H A Dsort.go248 func (s GeoDistanceSort) FieldName(fieldName string) GeoDistanceSort { argument
254 func (s GeoDistanceSort) Order(ascending bool) GeoDistanceSort { argument
260 func (s GeoDistanceSort) Asc() GeoDistanceSort { argument
266 func (s GeoDistanceSort) Desc() GeoDistanceSort { argument
272 func (s GeoDistanceSort) Point(lat, lon float64) GeoDistanceSort { argument
278 func (s GeoDistanceSort) Points(points ...*GeoPoint) GeoDistanceSort { argument
284 func (s GeoDistanceSort) GeoHashes(geohashes ...string) GeoDistanceSort { argument
292 func (s GeoDistanceSort) GeoDistance(geoDistance string) GeoDistanceSort { argument
300 func (s GeoDistanceSort) Unit(unit string) GeoDistanceSort { argument
308 func (s GeoDistanceSort) SortMode(sortMode string) GeoDistanceSort { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v3/
H A Dsort.go275 func (s GeoDistanceSort) FieldName(fieldName string) GeoDistanceSort { argument
281 func (s GeoDistanceSort) Order(ascending bool) GeoDistanceSort { argument
287 func (s GeoDistanceSort) Asc() GeoDistanceSort { argument
293 func (s GeoDistanceSort) Desc() GeoDistanceSort { argument
299 func (s GeoDistanceSort) Point(lat, lon float64) GeoDistanceSort { argument
305 func (s GeoDistanceSort) Points(points ...*GeoPoint) GeoDistanceSort { argument
311 func (s GeoDistanceSort) GeoHashes(geohashes ...string) GeoDistanceSort { argument
319 func (s GeoDistanceSort) GeoDistance(geoDistance string) GeoDistanceSort { argument
327 func (s GeoDistanceSort) Unit(unit string) GeoDistanceSort { argument
335 func (s GeoDistanceSort) SortMode(sortMode string) GeoDistanceSort { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Dsort.go292 func (s *GeoDistanceSort) FieldName(fieldName string) *GeoDistanceSort { argument
298 func (s *GeoDistanceSort) Order(ascending bool) *GeoDistanceSort { argument
304 func (s *GeoDistanceSort) Asc() *GeoDistanceSort { argument
310 func (s *GeoDistanceSort) Desc() *GeoDistanceSort { argument
316 func (s *GeoDistanceSort) Point(lat, lon float64) *GeoDistanceSort { argument
322 func (s *GeoDistanceSort) Points(points ...*GeoPoint) *GeoDistanceSort { argument
328 func (s *GeoDistanceSort) GeoHashes(geohashes ...string) *GeoDistanceSort { argument
336 func (s *GeoDistanceSort) Unit(unit string) *GeoDistanceSort { argument
342 func (s *GeoDistanceSort) GeoDistance(geoDistance string) *GeoDistanceSort { argument
357 func (s *GeoDistanceSort) SortMode(sortMode string) *GeoDistanceSort { argument
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dsort.go333 func (s *GeoDistanceSort) FieldName(fieldName string) *GeoDistanceSort { argument
339 func (s *GeoDistanceSort) Order(ascending bool) *GeoDistanceSort { argument
345 func (s *GeoDistanceSort) Asc() *GeoDistanceSort { argument
351 func (s *GeoDistanceSort) Desc() *GeoDistanceSort { argument
357 func (s *GeoDistanceSort) Point(lat, lon float64) *GeoDistanceSort { argument
363 func (s *GeoDistanceSort) Points(points ...*GeoPoint) *GeoDistanceSort { argument
369 func (s *GeoDistanceSort) GeoHashes(geohashes ...string) *GeoDistanceSort { argument
377 func (s *GeoDistanceSort) Unit(unit string) *GeoDistanceSort { argument
392 func (s *GeoDistanceSort) GeoDistance(geoDistance string) *GeoDistanceSort { argument
407 func (s *GeoDistanceSort) SortMode(sortMode string) *GeoDistanceSort { argument
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dsort.go332 func (s *GeoDistanceSort) FieldName(fieldName string) *GeoDistanceSort { argument
338 func (s *GeoDistanceSort) Order(ascending bool) *GeoDistanceSort { argument
344 func (s *GeoDistanceSort) Asc() *GeoDistanceSort { argument
350 func (s *GeoDistanceSort) Desc() *GeoDistanceSort { argument
356 func (s *GeoDistanceSort) Point(lat, lon float64) *GeoDistanceSort { argument
362 func (s *GeoDistanceSort) Points(points ...*GeoPoint) *GeoDistanceSort { argument
368 func (s *GeoDistanceSort) GeoHashes(geohashes ...string) *GeoDistanceSort { argument
376 func (s *GeoDistanceSort) Unit(unit string) *GeoDistanceSort { argument
382 func (s *GeoDistanceSort) GeoDistance(geoDistance string) *GeoDistanceSort { argument
397 func (s *GeoDistanceSort) SortMode(sortMode string) *GeoDistanceSort { argument
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/gopkg.in/olivere/elastic.v6/
H A Dsort.go332 func (s *GeoDistanceSort) FieldName(fieldName string) *GeoDistanceSort { argument
338 func (s *GeoDistanceSort) Order(ascending bool) *GeoDistanceSort { argument
344 func (s *GeoDistanceSort) Asc() *GeoDistanceSort { argument
350 func (s *GeoDistanceSort) Desc() *GeoDistanceSort { argument
356 func (s *GeoDistanceSort) Point(lat, lon float64) *GeoDistanceSort { argument
362 func (s *GeoDistanceSort) Points(points ...*GeoPoint) *GeoDistanceSort { argument
368 func (s *GeoDistanceSort) GeoHashes(geohashes ...string) *GeoDistanceSort { argument
376 func (s *GeoDistanceSort) Unit(unit string) *GeoDistanceSort { argument
382 func (s *GeoDistanceSort) GeoDistance(geoDistance string) *GeoDistanceSort { argument
397 func (s *GeoDistanceSort) SortMode(sortMode string) *GeoDistanceSort { argument
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dsort.go332 func (s *GeoDistanceSort) FieldName(fieldName string) *GeoDistanceSort { argument
338 func (s *GeoDistanceSort) Order(ascending bool) *GeoDistanceSort { argument
344 func (s *GeoDistanceSort) Asc() *GeoDistanceSort { argument
350 func (s *GeoDistanceSort) Desc() *GeoDistanceSort { argument
356 func (s *GeoDistanceSort) Point(lat, lon float64) *GeoDistanceSort { argument
362 func (s *GeoDistanceSort) Points(points ...*GeoPoint) *GeoDistanceSort { argument
368 func (s *GeoDistanceSort) GeoHashes(geohashes ...string) *GeoDistanceSort { argument
376 func (s *GeoDistanceSort) Unit(unit string) *GeoDistanceSort { argument
382 func (s *GeoDistanceSort) GeoDistance(geoDistance string) *GeoDistanceSort { argument
397 func (s *GeoDistanceSort) SortMode(sortMode string) *GeoDistanceSort { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dsort.go332 func (s *GeoDistanceSort) FieldName(fieldName string) *GeoDistanceSort { argument
338 func (s *GeoDistanceSort) Order(ascending bool) *GeoDistanceSort { argument
344 func (s *GeoDistanceSort) Asc() *GeoDistanceSort { argument
350 func (s *GeoDistanceSort) Desc() *GeoDistanceSort { argument
356 func (s *GeoDistanceSort) Point(lat, lon float64) *GeoDistanceSort { argument
362 func (s *GeoDistanceSort) Points(points ...*GeoPoint) *GeoDistanceSort { argument
368 func (s *GeoDistanceSort) GeoHashes(geohashes ...string) *GeoDistanceSort { argument
376 func (s *GeoDistanceSort) Unit(unit string) *GeoDistanceSort { argument
382 func (s *GeoDistanceSort) GeoDistance(geoDistance string) *GeoDistanceSort { argument
397 func (s *GeoDistanceSort) SortMode(sortMode string) *GeoDistanceSort { argument
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tablestore/search/
H A Dsort_geo_distance.go29 type GeoDistanceSort struct { struct
38 func (s *GeoDistanceSort) ProtoBuffer() (*otsprotocol.Sorter, error) { argument
39 pbGeoDistanceSort := &otsprotocol.GeoDistanceSort{
74 GeoDistanceSort: pbGeoDistanceSort,
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/aliyun-tablestore-go-sdk/tablestore/otsprotocol/
H A Dsearch.pb.go1148 type GeoDistanceSort struct { struct
1158 func (m *GeoDistanceSort) Reset() { *m = GeoDistanceSort{} } argument
1160 func (*GeoDistanceSort) ProtoMessage() {} argument
1163 func (m *GeoDistanceSort) GetFieldName() string { argument
1170 func (m *GeoDistanceSort) GetPoints() []string { argument
1177 func (m *GeoDistanceSort) GetOrder() SortOrder { argument
1184 func (m *GeoDistanceSort) GetMode() SortMode { argument
1198 func (m *GeoDistanceSort) GetNestedFilter() *NestedFilter { argument
1224GeoDistanceSort *GeoDistanceSort `protobuf:"bytes,2,opt,name=geo_distance_sort" json:"geo_distanc… member
1242 func (m *Sorter) GetGeoDistanceSort() *GeoDistanceSort {
[all …]
H A Dsearch.proto163 message GeoDistanceSort { message
178 optional GeoDistanceSort geo_distance_sort = 2;
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/mattbaird/elastigo/lib/
H A Dsearchsort.go29 func GeoDistanceSort(field interface{}) *SortDsl { func
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/mattbaird/elastigo/elastigo-2fe47fd29e4b/lib/
H A Dsearchsort.go29 func GeoDistanceSort(field interface{}) *SortDsl { func