tile38/tests
Josh Baker 04290ec535 KNN results for NEARBY command
This commit includes the ability to search for k nearest neighbors using
a NEARBY command. When the LIMIT keyword is included and the 'meters'
param is excluded, the knn algorithm will be used instead of the
standard overlap+haversine algorithm.

   NEARBY fleet LIMIT 10 POINT 33.5 -115.8

This will find the 10 closest points to 33.5,-115.8.

closes #136, #130, and #138.
ping @tomquas, @joernroeder, and @m1ome
2017-01-30 16:41:12 -07:00
..
107 test app for #107 2016-12-28 11:16:28 -07:00
json_tests.go added JSET, JGET, JDEL commands 2016-12-12 10:33:28 -07:00
keys_search.go KNN results for NEARBY command 2017-01-30 16:41:12 -07:00
keys_test.go updated collection ReplaceOrInsert 10% bump 2016-12-30 18:12:18 -07:00
mock_test.go Disable HTTP & WebSocket transports on demand. (#128) 2017-01-13 08:45:28 -07:00
tests.go fixed #49. fragmented pipeline requests. 2016-09-08 16:11:53 -07:00
tests_test.go KNN results for NEARBY command 2017-01-30 16:41:12 -07:00