这是我的数据存储索引文件:
<?xml version="1.0" encoding="utf-8"?>
<datastore-indexes autoGenerate="true">
<datastore-index kind="Stock" ancestor="false" source="manual">
<property name="code" direction="asc" />
<property name="endTime" direction="asc" />
</datastore-index>
</datastore-indexes>
索引条目的创建完全符合App Engine在错误日志中的建议。 我将索引文件放在webapp / WEB-INF文件夹中。
尽管付出了很多努力,但数据存储索引页面上没有显示任何索引,当我查询时,我收到相同的错误消息:找不到匹配的索引。
你能帮帮我吗?