Hi,

Actually, upon further inspection, this is an issue of the query you are
running needing an index, but since the query doesn't need one in most
cases, we can't print the definition.

Please add indexes for the queries experiencing these issues.

-Marzia

On Tue, Sep 30, 2008 at 2:47 PM, Venkatesh Rangarajan <
[EMAIL PROTECTED]> wrote:

> And yes, my model is defined as a searchable entity. Using the default
> bulk-loader code with no tweaking.
>
> def HandleEntity(self, entity):
>     ent = search.SearchableEntity(entity)
>     return ent
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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