Re: use of HTTP post...

2006-04-04 Thread samuel kim
Thanks a lot Chris, Glad I didn't waste sleep over it. -sam

Re: use of HTTP post...

2006-04-04 Thread Chris Hostetter
: The results come back with an error code of 200 even while the xml results : that are streamed back has a status of 0. At the colr jar execution the : console reads : : Apr 4, 2006 12:14:16 AM org.apache.solr.core.SolrCore update : INFO: add 0 125. 200 indicates HTTP success, and the status of

use of HTTP post...

2006-04-04 Thread samuel kim
Hi all, I can successfully get the commands through using curl utility but when I try to use Apache's HttpClient's post method, then things start not working well. The results come back with an error code of 200 even while the xml results that are streamed back has a status of 0. At the co