RE: What is proper way to re-init index?

2006-03-27 Thread John Mohr
The problem script, schema.xml file and exception are in the attached file. Posting file new/howtocare2.xml to http://localhost:8983/solr/update result status=1undefined field form/resultresult status=1org.xmlpull.v1.XmlPullParserException: expected START_TAG or END_TAG not END_DOCUMENT

Re: What is proper way to re-init index?

2006-03-27 Thread Yonik Seeley
Hi John, The error message undefined field form means Solr doesn't know about the form field. Did you copy your schema.xml to the example/solrconf directory and restart the app server? I tried your schema and doc, and didn't get the error you did. I got an error further down due to and invalid

Re: What is proper way to re-init index?

2006-03-27 Thread Yonik Seeley
, and that you restarted the server so it would be re-read? -Yonik -Original Message- From: Yonik Seeley [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 10:17 AM To: solr-user@lucene.apache.org Subject: Re: What is proper way to re-init index? Hi John, The error message undefined

What is proper way to re-init index?

2006-03-24 Thread John Mohr
I've been working with Solr for just a few days. Initially I ran the exampldocs and things worked fine. I've now redefined the layout of the index to be more of what I'd like to see, generated my own xml files to index, blew away the old index/directories, restarted with the new schema file and it