0
0
Fork 0
bleve/numeric
Marty Schoch a16efa5e78 add experimental support for indexing/query geo points
New field type GeoPointField, or "geopoint" in mapping JSON.

Currently structs and maps are considered when a mapping explicitly
marks a field as type "geopoint".  Several variants of "lon", "lng", and "lat"
are looked for in map keys, struct field names, or method names.

New query type GeoBoundingBoxQuery searches for documents which have a
GeoPointField indexed with a value that is inside the specified bounding box.

New query type GeoDistanceQuery searches for documents which have a
GeoPointField indexed with a value that is less than or equal to the
specified distance from the specified location.

New sort by method "geo_distance".  Hits can be sorted by their distance
from the specified location.

New geo utility package with all routines ported from Lucene.

New FilteringSearcher, which wraps an existing Searcher, but filters
all hits with a user-provided callback.
2017-03-24 17:22:21 -07:00
..
bin.go add experimental support for indexing/query geo points 2017-03-24 17:22:21 -07:00
bin_test.go add experimental support for indexing/query geo points 2017-03-24 17:22:21 -07:00
float.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
float_test.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
prefix_coded.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
prefix_coded_test.go nicer formatting of license header 2016-10-02 10:13:14 -04:00