I have seen the in GAE datastore there are so many entity which at the end are Strings, at least apparently.
List of GAE Java Datastore Entities
I’d like to know the underneath reason for that? indexing? semantic search?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I had the same question a couple years ago. Nick answered it here. The Java classes provide parity with Python, and in Python it’s useful for the special .to_xml() behaviour. It’s possible that when GAE gets proper GEO queries the GeoPt might become useful but otherwise you can ignore them.