Hi List,
Thanks in advance for the help. I'm new to Solr and ran across a bit
of a problem. I installed Solr with the Jetty and tested the
exampledocs. Everything went great. Next I tried adding one of my own
documents to the collection. The XML is below:
Are you running the example without changing the schema? The example
schema doesn't have all of those fields. If you look at your Jetty
log, you'll see the real error, which is
Jun 19, 2007 2:02:04 PM org.apache.solr.common.SolrException log
SEVERE: org.apache.solr.common.SolrException: ERROR:unknown field
'title'
It's probably a Solr bug that the post.jar does not return a useful
error message, but otherwise you should read up on the schema and
change it for your use before posting that xml.