Sort Items Objectify Getting error No matching Index Found
问题 I am trying to sort a list of items by my property 'price' but I'm getting error. This is my filter items = ofy().load().type(MyItem.class) .filter("OtherEntityRef", tmpEntity) .order("price").limit(100) .list(); But we I run it, the log shows the erro: Uncaught exception from servlet java.io.IOException: com.google.appengine.repackaged.org.codehaus.jackson.map.JsonMappingException: no matching index found. The suggested index for this query is: <datastore-index kind="MyClass" ancestor="false