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 used
    FORBIDDEN( 403 ),
    NOT_FOUND( 404 ),
    SERVER_ERROR( 500 ),
    SERVICE_UNAVAILABLE( 503 ),
    UNKNOWN(0);

        Erik


> 
> 
> 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, what does the status mean? It  
>>> always seems
>>> to be 0.
>>> 
>>> Thanks
>>> Rob
>> 
> 
> 
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Response-status-tp490876p3702747.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to