Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
6543 fdf750e4d4
[Vendor] blevesearch v0.8.1 -> v1.0.7 (#11360)
il y a 4 ans
..
README.md Use Go1.11 module (#5743) il y a 5 ans
geo.go [Vendor] blevesearch v0.8.1 -> v1.0.7 (#11360) il y a 4 ans
geo_dist.go Improve issue search (#2387) il y a 6 ans
geohash.go Upgrade blevesearch to v0.8.1 (#9177) il y a 4 ans
parse.go [Vendor] blevesearch v0.8.1 -> v1.0.7 (#11360) il y a 4 ans
sloppy.go Improve issue search (#2387) il y a 6 ans

README.md

geo support in bleve

First, all of this geo code is a Go adaptation of the Lucene 5.3.2 sandbox geo support.

Notes

  • All of the APIs will use float64 for lon/lat values.
  • When describing a point in function arguments or return values, we always use the order lon, lat.
  • High level APIs will use TopLeft and BottomRight to describe bounding boxes. This may not map cleanly to min/max lon/lat when crossing the dateline. The lower level APIs will use min/max lon/lat and require the higher-level code to split boxes accordingly.