kercos / geomodel

Automatically exported from code.google.com/p/geomodel
0 stars 0 forks source link

Google Application Engine could not build index of "location_geocells and datetime" #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I tried to use geomodel with my application and I found this in my index.yaml

- kind: Coupon
  properties:
  - name: location_geocells
  - name: created_at
    direction: desc

It works on my test environment, but when I uploaded it to Google
Application Engine, GAE could not finish building this index for a long time.

I think maybe this is because created_at is a date-time property.

Original issue reported on code.google.com by iriswang...@gmail.com on 25 Apr 2010 at 11:34