Re: Error Response as HTML in Solr 1.2

2007-07-02 Thread Maximilian Hütter
Ryan McKinley schrieb: > Maximilian Hütter wrote: >> Hi all, >> >> I switched to Solr version 1.2 and found that the response format >> changed completely for the error responses (for updates), which are >> delivered as HTML-Pages. > > Check the status code for the response. Anything not OK will

Re: Error Response as HTML in Solr 1.2

2007-06-27 Thread Ryan McKinley
Maximilian Hütter wrote: Hi all, I switched to Solr version 1.2 and found that the response format changed completely for the error responses (for updates), which are delivered as HTML-Pages. Check the status code for the response. Anything not OK will have some code != 200. Using java's Ht