Ticket #306 (closed defect: invalid)
Index for GeoSpatial Queries
Reported by: | tom.mcnulty@… | Owned by: | jaymccarthy |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | jaymccarthy/mongodb.plt | Keywords: | |
Cc: | Version: | (1 7) | |
Racket Version: | 5.0.2.1 |
Description
{
"name" : "#hasheq((location . 2d))",
"ns" : "space.events",
"key" : {
"location" : "2d"
}
}
db.events.ensureIndex({"location" : "2d"})
=>
{
"_id" : ObjectId?("4cd4995e9edd9c1e41d8f4ba"),
"ns" : "space.events",
"key" : {
"location" : "2d"
},
"name" : "location_"
}
Change History
Note: See
TracTickets for help on using
tickets.