So why wouldn't the "form" field be recognized? It's in the schema
(immediately after "ref"). In the meantime I'll play around with date. The
comments say it should be: "2006-03-27T12:36:00Z". Unless I hear otherwise
I'll assume that's correct.

-----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 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 date format (see schema.xml
comments for date type for the correct format).

-Yonik

(the weird stack trace showing an XML parsing error is due to Solr
trying to continue on to the next document even though the first had
an error... and it looks like this part of the code could use a little
work).

Reply via email to