Ticket #306 (closed defect: invalid)

Opened 13 years ago

Last modified 13 years ago

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

Changed 13 years ago by jaymccarthy

  • status changed from new to closed
  • resolution set to invalid
Note: See TracTickets for help on using tickets.