{ "queryPlanner" : { "plannerVersion" : 1, "namespace" : "test.indextest", "indexFilterSet" : false, "parsedQuery" : { "$and" : [ { "d" : { "$elemMatch" : { "$and" : [ { "e" : { "$eq" : 3 } }, { "f" : { "$geoWithin" : { "$centerSphere" : [ [ -2, 53 ], 0.0002523219554550177 ] } } } ] } } }, { "b" : { "$eq" : 1 } } ] }, "winningPlan" : { "stage" : "COLLSCAN", "filter" : { "$and" : [ { "d" : { "$elemMatch" : { "$and" : [ { "e" : { "$eq" : 3 } }, { "f" : { "$geoWithin" : { "$centerSphere" : [ [ -2, 53 ], 0.0002523219554550177 ] } } } ] } } }, { "b" : { "$eq" : 1 } } ] }, "direction" : "forward" }, "rejectedPlans" : [ ] }, "serverInfo" : { "host" : "Bernards-MacBook-Pro.local", "port" : 27017, "version" : "3.2.4", "gitVersion" : "e2ee9ffcf9f5a94fad76802e28cc978718bb7a30" }, "ok" : 1 }