Google DataStore with objectify - composite queries on HashMap
问题 I am using Google App Engine for my REST service backend and Google dataStore as the DB and objectify for accessing datastore. One of the properties in my entity is Map<String,String> customAttrs; This is because I don't know before hand what all parameters can come from the client. My requirement is that I want to be able to index on these parameters in the HashMap. I looked at the following question: GAE w/ Objectify - Can you query a HashMap? and tried out what was mentioned in the