当我使用Objectify部署我的Google服务器应用程序时,我会得到以下异常,尽管我已经配置了我的应用程序的所有索引。生产服务器中的异常com.google.appengine.api.datastore.DatastoreNeedIndexException: no matching index found/>
<property name="countryName" dir
我的app id是gusclabs。datastore-index.xml中的索引条目:
<datastore-index kind="ItemGroupOptionalQuantities" ancestor="true" source'com.google.appengine.api.datastore.DatastoreNeedIndexException' was not included in the set of typessecurity pu
说,Objectify不会为没有使用@Index注释的字段创建索引。但是,我可以看到,正在为实体字段创建索引,这些字段是数组或映射。我使用Objectify v6.0.4在GAE Datastore中存储数据。我尝试将@Unindex注释放到我不想索引的字段中,但是它没有工作。例如,当我保存以下实体并在Datastore中检查它时,我看到已经为fields创建了索引。fields;
static class F