Querying Datastore using some of the indexed properties
问题 I am trying out Cloud Datastore's indexes, and I cannot figure out the configuration I need to resolve my queries. I have created a few entities of the same kind (named "object"), all of them with 5 properties named equally (property_0, property_1, ..., property_4). Then, I have created a composite index for that kind, indexing all 5 properties, and setting property_4 in the last place because I want to apply inequality filters on it. The definition of the index is: indexes: - kind: object