The indexes required by my app was not automatically added. So I added them in the datastore-indexes-auto.xml and deployed my app. However this has only led to me having three different entities on the same table, each holding different indexes. What I want to do is to remove the two entities that has the wrong columns indexed. Right now my app isn't working, and I guess this comes from it using the wrong entity, which doesnt hold the necessary indexes. When running it I get:
com.google.appengine.api.datastore.DatastoreNeedIndexException: no matching index found --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
