Nick,

I've since solved my problem by deleting all my indexes and rebuilding
them.

My app id is "emend" and the entity type in question was "Edit".

I was definitely *unable* to perform simple queries with equality
conditions. It seems that whatever took out my application's indexes
also fubared the built-in indexes for this type.

I can't be certain, but as far as I know the only change I made to the
application before this problem occurred was the addition of a index
with "kind: Edit" and a "name: __searchable_text_index" property.

I can verify that I don't have any exploding indexes because I don't
use list properties.

On Jun 4, 10:29 am, "Nick Johnson (Google)" <nick.john...@google.com>
wrote:
> Hi John,
>
> What is your app ID and entity type? Email me with them if you don't feel
> comfortable revealing them here.
>
> Are you sure about not getting any results for any queries with conditions?
> Queries for simple equality conditions, at least, should be satisfied by the
> built-in indexes, and building a new index should not be able to affect any
> other, existing indexes.
>
> -Nick Johnson
>
> On Wed, Jun 3, 2009 at 4:58 PM, John Tantalo <john.tant...@gmail.com> wrote:
>
> > My datastore is currently refusing all queries for one of my entities
> > after I added a new __searchable_text_index for the entity. The model
> > is an instance of search.SearchableModel and I have had other
> > searchable text indexes for this entity.
>
> > As a result, any query except "select *" fails and returns 0 results,
> > even queries with existing indexes. My index list shows all indexes as
> > "serving".
>
> > Any idea what could cause this? How to fix it? Should I try to kill
> > the new index?
--~--~---------~--~----~------------~-------~--~----~
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 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to