Commit 2d79581
committed
AE Datastore Geo: Add index for plain geo query.
The Travis build is failing without this.
https://travis-ci.org/GoogleCloudPlatform/java-docs-samples/builds/127329577
The docs at
https://cloud.google.com/appengine/docs/java/datastore/geosearch claim:
Recall that "ordinary" (non-geospatial) queries require that an index
exists that contains all the properties in the query and no others. This
constraint is relaxed for geospatial queries.
But, this does not appear to be correct, at least not for the local
devserver.1 parent 0ce8419 commit 2d79581
File tree
1 file changed
+4
-1
lines changed- appengine/datastore/geo/src/main/webapp/WEB-INF
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
0 commit comments