: 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 "0" also indicates success ... the "INFO: add 0 125" line indicates a success (same use of 0 to mean non-error, the 125 is how long the operation took) Are you remembering to do a commit afterwards? (the post.sh in the example directory does it automatically) -Hoss