Commit 4e7fdb45 authored by Liang Ding's avatar Liang Ding

索引修复 for GAE

parent 9be8840e
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
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.3, Nov 21, 2012 Version: 1.0.2.4, Feb 4, 2013
Author: Liang Ding Author: Liang Ding
--> -->
<datastore-indexes autoGenerate="true"> <datastore-indexes autoGenerate="true">
...@@ -48,6 +48,13 @@ ...@@ -48,6 +48,13 @@
<property name="articleTitle" direction="asc"/> <property name="articleTitle" direction="asc"/>
</datastore-index> </datastore-index>
<datastore-index kind="article" ancestor="false" source="manual">
<property name="articleAuthorEmail" direction="asc"/>
<property name="articleIsPublished" direction="asc"/>
<property name="articleUpdateDate" direction="desc"/>
<property name="articlePutTop" 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