Commit 3f53143f authored by Liang Ding's avatar Liang Ding

GAE datastore index

parent 80f32731
...@@ -20,11 +20,17 @@ ...@@ -20,11 +20,17 @@
Description: Datastore index configurations on GAE. See Description: Datastore index configurations on GAE. See
http://code.google.com/intl/en/appengine/docs/java/config/indexconfig.html http://code.google.com/intl/en/appengine/docs/java/config/indexconfig.html
for more details. for more details.
Version: 1.0.2.2, Jul 16, 2012 Version: 1.0.2.3, Nov 21, 2012
Author: Liang Ding Author: Liang Ding
--> -->
<datastore-indexes autoGenerate="true"> <datastore-indexes autoGenerate="true">
<datastore-index kind="article" ancestor="false" source="manual">
<property name="articleIsPublished" direction="asc"/>
<property name="articleViewPwd" direction="asc"/>
<property name="articleUpdateDate" direction="desc"/>
</datastore-index>
<datastore-index kind="article" ancestor="false" source="manual"> <datastore-index kind="article" ancestor="false" source="manual">
<property name="articleIsPublished" direction="asc"/> <property name="articleIsPublished" direction="asc"/>
<property name="articleCreateDate" direction="desc"/> <property name="articleCreateDate" direction="desc"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment