Hi, When I tried to use jetty to index my xml, i kept getting the following error even though I have defined properly in the schema.xml.
The error is - "SEVERE: org.apache.solr.core.SolrException: ERROR:unknown field 'name'..." In my schema, it was defined like this - " <filed name="name" type="string" indexed="true" stored="true" multiValued="true"/> " The only different between this field and other field is that this field has a lot of value per document, but i already set it multiValued=true. Other than that, i don't understand what else that will makesthis different from the other field. Thanks a lot! Jef