We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce8419 commit 2d79581Copy full SHA for 2d79581
appengine/datastore/geo/src/main/webapp/WEB-INF/datastore-indexes.xml
@@ -16,7 +16,10 @@
16
<!-- The autoGenerate attribute can be true or false. We set it to false to -->
17
<!-- allow verification that the index is correct in local tests. -->
18
<datastore-indexes autoGenerate="false">
19
- <datastore-index kind="GasStation">
+ <datastore-index kind="GasStation" source="manual">
20
+ <property name="location" mode="geospatial" />
21
+ </datastore-index>
22
23
<property name="brand" />
24
<property name="location" mode="geospatial" />
25
</datastore-index>
0 commit comments