Re: [google-appengine] Re: Full Text Search - how do I retrieve the score of a document?

2012-09-11 Thread Amy Unruh
hi, The match scorer does relevance scoring based on term frequency. You can configure it as a sort option: QueryOptions.newBuilder() .setSortOptions(SortOptions.newBuilder() .setMatchScorer(MatchScorer.newBuilder())) ... .build(); then access the scores in the query results:

[google-appengine] Re: Backends always fail on the dev server

2012-09-11 Thread Richard Arrano
I hate to disappoint you, but I never did figure it out. Instead, I worked around it by doing entirely all my backend testing on the production server. I also started using the background_thread functionality, which ONLY works on the production server. So unfortunately my only recommendation to

Re: [google-appengine] ApiProxy.getCurrentEnvironment().getAppId() returns incorrect app ID

2012-09-11 Thread Brian Michelich
Have you tried this? https://developers.google.com/appengine/docs/java/appidentity/overview#Identifying_Itself The Application ID can be found in the ApiProxy.Environment.getAppId() method. On Sat, Sep 8, 2012 at 8:05 AM, Artem Kuroptev wrote: > Hello, > > I am trying to get an id of my app us

[google-appengine] Re: Full Text Search - how do I retrieve the score of a document?

2012-09-11 Thread jon
I'm afraid my original question is still unanswered. I still don't know how to grab relevance score. I have a feeling that there's no Googler that's been assigned to look after FTS questions in this group :-( -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] BlobInfo indexes has too much capacity

2012-09-11 Thread takanao ENDOH
BlobInfo indexes has too much capacity. see your Datastore Statistics of BlobInfo https://appengine.google.com/datastore/statistics?app_id=s~&kind=__BlobInfo__ Size of __BlobInfo__ in my case: | |Entites |Built-in Indexes |Total Size: |12 MBytes|89 MBytes |Entry count: |13,656 |2

Re: [google-appengine] Re: clear *production* datastore

2012-09-11 Thread vlad
Beware that deleting data is expensive. Essentually you should factor data deletion into your cost calculations. Think twice of what data you want to store, especially if you are planning to delete it eventually. From my own experience: I have an app with 5-6Gb of data accumulated. Storing it co

Re: [google-appengine] How to setup a website?

2012-09-11 Thread Amy Unruh
hi Ann, The first step is to figure out why you're getting the server error. Try running your app locally using the dev app server (see https://developers.google.com/appengine/docs/python/gettingstartedpython27/for examples), and see what error shows up there, as that is the easiest way to debug.

Re: [google-appengine] Activate again when trying to register second application?

2012-09-11 Thread Mathias Kegelmann
Hi Takashi, thanks, now everything works again: Creating apps worked without a problem. To duplicate an older app (to prepare for migration) I had to create a new account, invite it as admin and then duplicate it from the new account. -- Mathias On Tuesday, 11 September 2012 07:26:07 UTC+2, Ta

[google-appengine] Re: Backends always fail on the dev server

2012-09-11 Thread Prashant Shenoy
Me too running into same problem. Were you able to fix this? On Wednesday, August 1, 2012 9:40:01 PM UTC-7, Max Lieblich wrote: > > Hi, > > Did you ever figure this out? I am running into problems when I try to run > dev_appserver.py --backends, always running into this, using either the > front

[google-appengine] URLError:

2012-09-11 Thread Prashant Shenoy
Hello, I get the below error when run from Google AppEngine. The same python script works fine when run as a standalone script. I searched this group and found similar issue but couldn't find the solution. Any i

[google-appengine] How to setup a website?

2012-09-11 Thread Ann
Hi there, I have created an application as per http://www.labnol.org/internet/host-website-on-google-app-engine/18801/ and deployed my index.html file.My application url ishttp://kunnilhse.appspot.com. All I get is 500 Internal Server Error. Does anyone of you know any resolution for this? I h

Re: [google-appengine] Re: Unit testing with webtest problem

2012-09-11 Thread Brian Quinlan
On Tue, Sep 11, 2012 at 4:00 PM, Richard Arrano wrote: > What I'm asking more specifically is what does App Engine do, if anything, > to os.putenv? Because using the App Engine console, I can do things like: > > os.environ["x"] = ndb.Model() > > and access it with os.environ["x"] without a problem

[google-appengine] Re: Unit testing with webtest problem

2012-09-11 Thread Richard Arrano
What I'm asking more specifically is what does App Engine do, if anything, to os.putenv? Because using the App Engine console, I can do things like: os.environ["x"] = ndb.Model() and access it with os.environ["x"] without a problem. However, when I pull up the interpreter outside of Python an

[google-appengine] Re: My apps do not work???

2012-09-11 Thread Kaan Soral
Nope, no errors On Tuesday, September 11, 2012 6:07:22 AM UTC+3, Pinoco Becky wrote: > > I don't know why all of my apps did not work from last Friday. Somebody > have error like me??? > My apps: > >- testsoap1.appspot.com >- vdtsoapserver.appspot.com >- codelab5client.appspot.com >

Re: [google-appengine] Re: clear *production* datastore

2012-09-11 Thread Jeff Schnitzer
Wow, revived a 4-year old thread :-) For future readers: There is a Datastore Admin page in the admin console which lets you delete all entities of particular kinds in the datastore. But if you only have a couple thousand entities, it's still easier to do the limit trick. Jeff On Tue, Sep 11,

[google-appengine] Avanced sort expressions in Search feature (Java)

2012-09-11 Thread Jordi P.S.
Hello, I have a question concerning the SortExpression: I'd like to sort a list of documents in Ascending order. I'd like to avoid the 0 or negative values, which I'd put them at the end of the list. Is there a way to do it with a sort expression? Example list: 1 0 4 5 2 Sorted list: 1 2 4 5 0

Re: [google-appengine] Need advice on what to do POST HRD migration

2012-09-11 Thread Barry Hunter
> > However, if you communicated foo.appspot.com directly to your users then > you would need to re-communicate the foo-hd.appspot.com. Not true. Once the alias is in place, the application at foo-hd.appspot.com is still accessible at foo.appspot.com >From the outside world nothing has to change

Re: [google-appengine] Re: Unable to deploy due to "500 server error"

2012-09-11 Thread Takashi Matsuo
Please check the logs first. On Tue, Sep 11, 2012 at 7:11 PM, catia wrote: > I can deploy but i get that page when I call jsp. What to do? > > Quinta-feira, 18 de Novembro de 2010 22:53:37 UTC, Sundar Raman escreveu: > >> Trying to deploy I keep getting: >> "The server encountered an error and

Re: [google-appengine] Google Apps Engine Redirect Loop

2012-09-11 Thread psimu
Thanks. The redirects have stopped. Appreciate the help! On Tuesday, September 11, 2012 3:39:34 AM UTC-4, Takashi Matsuo (Google) wrote: > > Hi psimu, > > I've fixed your account. Can you try again? > > -- Takashi > > > On Thu, Sep 6, 2012 at 5:08 AM, psimu >wrote: > >> Sorry if this is coming t

[google-appengine] Liferay and GAE

2012-09-11 Thread Sushil Pangarkar
Hi, Anybody succeeded in integrating Liferay and GAE??? I want to deploy Liferay Application on GAE!!! Please help and Thanks in Adavance!! :) -- 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:

[google-appengine] Question about Channels Created maximum rate

2012-09-11 Thread imopen
Hi everybody, I'm a GAE newbie and I'm studing quotas detail. I have a question about Channels Created maximum rate, for billing enabled app is 60 creations/minute. It seems a very low rate for my future needs. I'm planning an app that pushes informations to interested people, but surely more

[google-appengine] Re: Unable to deploy due to "500 server error"

2012-09-11 Thread catia
I can deploy but i get that page when I call jsp. What to do? Quinta-feira, 18 de Novembro de 2010 22:53:37 UTC, Sundar Raman escreveu: > > Trying to deploy I keep getting: > "The server encountered an error and could not complete your request. If > the problem persists, please report your proble

[google-appengine] Re: Unit testing with webtest problem

2012-09-11 Thread Guido van Rossum
You'll probably get more help from StackOverflow.com. You'll need to provide more info, nobody can help you debug this with just that traceback information unless they're psychic. On Sunday, September 9, 2012 10:06:33 AM UTC-7, Richard Arrano wrote: > > Hello, > I've been using webtest to unit t

[google-appengine] openid4java suddenly stopped working

2012-09-11 Thread Alexander Botov
Greetings, Today we found out that our Google Apps Open ID related code suddenly stopped working resulting in blocking of all Open ID sign-ins. We use openid4java, the very bottom of the stack trace it shows the real cause: *Caused by: java.lang.NoClassDefFoundError: com/google/apphosting/ru

Re: [google-appengine] Google Apps Engine Redirect Loop

2012-09-11 Thread Takashi Matsuo
Hi psimu, I've fixed your account. Can you try again? -- Takashi On Thu, Sep 6, 2012 at 5:08 AM, psimu wrote: > Sorry if this is coming through twice but it doesn't appear to have posted > before. > > I created an app a while back using my current account. Everything was > great. Unfortunatel

Re: [google-appengine] Datastore admin screen is blank - other management screens are functioning

2012-09-11 Thread hugues2
Hi Jason, You were right, I logged out and logged in again from my gmail account, went back to the datastore admin and saw the screen. That's really a weird behavior. Thanks for the tip ! Hugues Le mardi 11 septembre 2012 09:13:57 UTC+2, Jason Galea a écrit : > > it's a cookies thing somehow,

[google-appengine] Re: clear *production* datastore

2012-09-11 Thread Jem
Fantastic! I just deleted 192 entries in one swoop. On Tuesday, July 1, 2008 6:10:27 AM UTC-5, pronvit wrote: > > go to datastore viewer and modify limit= parameter in url field in > browser, if you have 2000 objects then specifying limit=1000 will give > you only 2 pages so you'll have to press

[google-appengine] Copy Blobstore to another app

2012-09-11 Thread Vadim Statishin
Hi all. I need carry out cloning application. Datastore can copy through AppEngine console. How can copy Blobstore to another application? -- Vadim -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to googl

Re: [google-appengine] Datastore admin screen is blank - other management screens are functioning

2012-09-11 Thread Jason Galea
it's a cookies thing somehow, I believe. try logging out and back in again or logging in "private" mode (Incognito in Chrome) cheers, J On Tue, Sep 11, 2012 at 5:08 PM, hugues2 wrote: > Hi, > > Just posted a production ticket for this one but would like to check if I > am the only one havin

[google-appengine] Datastore admin screen is blank - other management screens are functioning

2012-09-11 Thread hugues2
Hi, Just posted a production ticket for this one but would like to check if I am the only one having the issue. When accessing the "Datastore Admin", I am getting a blank screen. Problem is that I cannot access the backup / restore / ... functionalities. Other screens (e.g. Dashboard, logs, ..