[google-appengine] Re: Issues with Appengine Search API?

2015-08-12 Thread Santosh Ravindranath
Hi We're also getting a ton of errors non-stop with the Search API : com.google.appengine.api.search.SearchException: Failed to complete request in 9488ms . We never had this error before. It has started throwing only a few minutes back Thanks Santosh On Thursday, 13 August 2015

[google-appengine] Re: Issues with Appengine Search API?

2015-08-12 Thread Santosh Ravindranath
Ok its working for us too now. Thanks Santosh On Thursday, 13 August 2015 00:08:42 UTC+5:30, Mike Schlanser wrote: Hi, We're getting a ton of errors with the search API ( Error below ) when adding sorting to the call. Anyone else experiencing this?

[google-appengine] Re: SEARCH API: Problem in Adding Documents To An Index

2012-05-18 Thread Santosh Ravindranath
I am facing this issue too. java.lang.NoSuchMethodError: com.google.appengine.api.search.Index.add([Lcom/google/appengine/api/search/Document;)Lcom/google/appengine/api/search/AddDocumentsResponse; Unable to update the index. Otherwise I am lovin the Search API! I know Search is still

[appengine-java] JSP code changes don't auto compile on development server

2011-05-04 Thread Santosh Ravindranath
Hi, When I make JSP code changes while the embedded development server(in Eclipse) is running, the changes do not reflect immediately on save. I have to go and delete the temp data manually. This is really tedious. Is this supposed to be this way? Or am I missing something? -- You received