[google-appengine] Re: My indexes keep building since last week

2013-01-06 Thread Fabio Laurino
Dear App Engine Team,
I have the same problem with my application "gastorredisola": an  index in 
entity "GeneralList" keep building since three days.

Could you help me, please?

Thanks and best regards

Fabio

Il giorno martedì 18 dicembre 2012 13:58:14 UTC+1, Herbert Gomez ha scritto:
>
> Dear App Engine Team,
>
> The indexes of my application 
> 'decorsebas12' 
> keep building since last week. My application does not have many data; 
> therefore, I assume this is not a normal behavior. Can you provide me some 
> help here?
>
> Thanks and best regards,decorsebas12
> Herbert
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/LcjZdr9h7-IJ.
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.



[google-appengine] Re: My indexes keep building since last week

2013-04-24 Thread Ray Gerami
Dear App Engine Team,
I have same problem with my app engine(socialenterprise-1) and I have not 
data yet

Thanks,
Ray

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: My indexes keep building since last week

2014-07-08 Thread fcrawford

Hallo. The indexes of my application 

http://stramonio-spot.appspot.com/

are not upgrading. we added the line  *attivo = 
ndb.IntegerProperty(indexed=True)* in our models.py file several days 
ago(see code lines below),
 but still only the *posizione* idex is shown .
Any help appreciated


class Tema(ndb.Model):
nome = ndb.StringProperty(indexed=False)
descrizione = ndb.StringProperty(indexed=False)
immagine = ndb.BlobProperty(indexed=False)
posizione = ndb.IntegerProperty(indexed=True)
*attivo = ndb.IntegerProperty(indexed=True)*
ts = ndb.DateTimeProperty(auto_now_add=True)


Il giorno martedì 18 dicembre 2012 13:58:14 UTC+1, Herbert Gomez ha scritto:
>
> Dear App Engine Team,
>
> The indexes of my application 'decorsebas12 
> ' keep 
> building since last week. My application does not have many data; 
> therefore, I assume this is not a normal behavior. Can you provide me some 
> help here?
>
> Thanks and best regards,decorsebas12
> Herbert
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: My indexes keep building since last week

2014-07-09 Thread fcrawford
Thanks Vinny

the  Did you run the update_indexes command 
?
  
suggestion seems to work

previously I didn't see the "new" index at all, now i see it in "building" 
status.


Il giorno martedì 18 dicembre 2012 13:58:14 UTC+1, Herbert Gomez ha scritto:
>
> Dear App Engine Team,
>
> The indexes of my application 'decorsebas12 
> ' keep 
> building since last week. My application does not have many data; 
> therefore, I assume this is not a normal behavior. Can you provide me some 
> help here?
>
> Thanks and best regards,decorsebas12
> Herbert
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: My indexes keep building since last week

2013-01-07 Thread Takashi Matsuo
Hi Fablo,

I've fixed it. Sorry about the inconveniene. Please enjoy!


On Sun, Jan 6, 2013 at 8:35 AM, Fabio Laurino wrote:

> Dear App Engine Team,
> I have the same problem with my application "gastorredisola": an  index in
> entity "GeneralList" keep building since three days.
>
> Could you help me, please?
>
> Thanks and best regards
>
> Fabio
>
> Il giorno martedì 18 dicembre 2012 13:58:14 UTC+1, Herbert Gomez ha
> scritto:
>
>> Dear App Engine Team,
>>
>> The indexes of my application 
>> 'decorsebas12'
>> keep building since last week. My application does not have many data;
>> therefore, I assume this is not a normal behavior. Can you provide me some
>> help here?
>>
>> Thanks and best regards,decorsebas12
>> Herbert
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/LcjZdr9h7-IJ.
>
> 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.
>



-- 
Takashi Matsuo | Developers Advocate | tmat...@google.com

-- 
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.



Re: [google-appengine] Re: My indexes keep building since last week

2013-01-07 Thread Fabio Laurino
thanks very much.

regards

Fabio

On Mon, Jan 7, 2013 at 7:59 PM, Takashi Matsuo  wrote:

> Hi Fablo,
>
> I've fixed it. Sorry about the inconveniene. Please enjoy!
>

-- 
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.



Re: [google-appengine] Re: My indexes keep building since last week

2013-04-24 Thread Takashi Matsuo
Hi Ray,

All of your indexes are serving state. The index building might take some
time even if you don't any data.
So I recommend you wait for at least 30 minutes or so before filing a bug
or any sort.

-- Takashi


On Tue, Apr 23, 2013 at 6:28 AM, Ray Gerami  wrote:

> Dear App Engine Team,
> I have same problem with my app engine(socialenterprise-1) and I have not
> data yet
>
> Thanks,
> Ray
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
>
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Takashi Matsuo | Developers Programs Engineer | tmat...@google.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: My indexes keep building since last week

2014-07-08 Thread Vinny P
On Tue, Jul 8, 2014 at 7:33 AM,  wrote:

>  The indexes of my application http://stramonio-spot.appspot.com/
> are not upgrading. we added the line  *attivo =
> ndb.IntegerProperty(indexed=True)* in our models.py file several days
> ago(see code lines below),  but still only the *posizione* idex is shown
> . Any help appreciated
> class Tema(ndb.Model):
> nome = ndb.StringProperty(indexed=False)
> *attivo = ndb.IntegerProperty(indexed=True)*
> ts = ndb.DateTimeProperty(auto_now_add=True)
>


Hi,

If you go into your application's App Engine console and click the link
marked "Datastore Indexes". what do you see on the resulting page? How did
you update your application on production App Engine? Did you run the
update_indexes command

?

Also, can you try creating a new Entity under *Tema*, saving it to the
datastore, and attempt to query for it?


-
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: My indexes keep building since last week

2014-07-09 Thread Vinny P
On Wed, Jul 9, 2014 at 9:16 AM,  wrote:
>
> the  Did you run the update_indexes command
> ?
> suggestion seems to work
> previously I didn't see the "new" index at all, now i see it in "building"
> status
>


That's great news! Keep an eye on it to make sure the index builds; once it
completes try querying using the indexed properties.


-
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.