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
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
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,
: 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...)
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)
>
Are you sure the url is correct?
--
regards
j.L ( I live in Shanghai, China)
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
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