Assuming you are using the Java application engine, this code should be in your datastore-indexes.xml , located in your WEB-INF . The full xml file will look like this:
<?xml version="1.0" encoding="utf-8"?> <datastore-indexes autoGenerate="true"> <datastore-index kind="Greeting" ancestor="true" source="manual"> <property name="date" direction="desc"/> </datastore-index> </datastore-indexes>
Chris source share