Do you have a query that uses this index? The development server will
automatically update app.yaml for any indexes that your application
requires. When uploaded to production, these indexes will be automatically
built.

On Wed, Dec 23, 2009 at 1:01 AM, Gayle Laakmann <[email protected]> wrote:

> Google App Engine is not updating my indexes, either manually or
> automatically.
>
> I added this index:
> - kind: ForumPost
>  properties:
>  - name: visible
>  - name: comment_count
>    direction: desc
>
> But if you go to http://www.careercup.com/forum?sort=comments, you'll
> see an error message saying that that index doesn't exist.
>
> I also tried adding this to the index.yaml file automatically, but it
> doesn't work either.  Here's the start of my index.yaml file:
>
> --- BEGIN FILE ---
> indexes:
>
> - kind: ForumPost
>  properties:
>  - name: visible
>  - name: comment_count
>    direction: desc
>
> # AUTOGENERATED
>
> [more indexes]
> --- END FILE ----
>
> Also, when I log into the dashboard and click on "Indexes", it's also
> not listed.  I'm not sure what else to try to fix this...
>
> App ID: careercup
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to