On Jun 4, 2008, at 10:07 AM, Alexander Ramos Jardim wrote:
2008/6/3 Ryan McKinley <[EMAIL PROTECTED]>:
This way I don't connect:
new CommonsHttpSolrServer("http://localhost:8983/solr/idxItem")
this is how you need to connect... otherwise nothing will work.
When I try this way, I get the following exception, when trying to
make an
update to my index:
org.apache.solr.common.SolrException: Not Found
Not Found
request: http://localhost:8983/solr/idxItem/update?wt=xml&version=2.
Are you using Solr trunk?
Is your solrconfig.xml the same as in trunk? Maybe you don't have
this mapped?
<requestHandler name="/update" class="solr.XmlUpdateRequestHandler"/>
Erik