I’m trying to create a MongoDB database using Morphia, however when I create the Morphia Datastore, I get the following error: I’ve researched the cause of this exception and I understood that this is an issue concerning arrays, but I’m not using any arrays. This error is happening when I…
Tag: datastore
Objectify with Firestore native – no matching index found
I have a collection of very simple Java objects which I store in Google Firestore database (native mode) using Objectify 6.0.7. Storing, deleting, and querying objects all work fine, but a query with an orderBy clause on a single field fails with “no matching index found”. The exact same code work…