Re: Response status

2012-01-31 Thread Jens Ellenberg
Thanks, this helps a lot greetings Jens Am 31.01.2012 13:53, schrieb Erik Hatcher-4 [via Lucene]: > > On Jan 31, 2012, at 04:42 , Jens Ellenberg wrote: > > > Hello, > > > > Is there a reference to this status-codes? > > Just the source code. SolrCore#setResponseHeaderValues, which > predominat

Re: Response status

2012-01-31 Thread Erik Hatcher
On Jan 31, 2012, at 04:42 , Jens Ellenberg wrote: > Hello, > > Is there a reference to this status-codes? Just the source code. SolrCore#setResponseHeaderValues, which predominately uses the codes specified in SolrException: BAD_REQUEST( 400 ), UNAUTHORIZED( 401 ), // not currently

Re: Response status

2012-01-31 Thread Jens Ellenberg
Hello, Is there a reference to this status-codes? Erik Hatcher wrote > > It means the request was successful. If the status is non-zero (err, > 1) then there was an error of some sort. > > Erik > > On Dec 4, 2008, at 9:32 AM, Robert Young wrote: > >> In the standard response format,

Re: response status: error 400

2009-10-22 Thread Chris Hostetter
: I am pretty sure the url is no problem. The query syntax has a : problem, so it returns 400. I just want to grab that value. When Solr encounters an error, it returns the status code and error message w/o specifying any sort of error page. The servlet container (jetty, resin, tomcat, etc...)

Re: response status: error 400

2009-10-22 Thread Elaine Li
Thanks. I am pretty sure the url is no problem. The query syntax has a problem, so it returns 400. I just want to grab that value. On Thu, Oct 22, 2009 at 4:50 AM, James liu wrote: > Are you sure the url is correct? > > > -- > regards > j.L ( I live in Shanghai, China) >

Re: response status: error 400

2009-10-22 Thread James liu
Are you sure the url is correct? -- regards j.L ( I live in Shanghai, China)

Re: Response status

2008-12-04 Thread Robert Young
Thanks On Thu, Dec 4, 2008 at 2:53 PM, Erik Hatcher <[EMAIL PROTECTED]>wrote: > It means the request was successful. If the status is non-zero (err, 1) > then there was an error of some sort. > >Erik > > > On Dec 4, 2008, at 9:32 AM, Robert Young wrote: > > In the standard response form

Re: Response status

2008-12-04 Thread Erik Hatcher
It means the request was successful. If the status is non-zero (err, 1) then there was an error of some sort. Erik On Dec 4, 2008, at 9:32 AM, Robert Young wrote: In the standard response format, what does the status mean? It always seems to be 0. Thanks Rob