Hi,
I am trying to import a csv file (without "id" field) on solr 1.4
In schema.xml "id" field is set with required="false".
But I am getting "org.apache.solr.common.SolrException: Document missing
required field: id"
Following is the schema.xml fields section
i
Thanks for quick reply.
As per you suggestion I commented uniqueKey element in schema.xml and
QueryElevationComponent in solrconfig.xml.
After that its working like charm.
I appreciate your help.
--evana
Israel Ekpo wrote:
>
> On Fri, Jan 1, 2010 at 9:13 PM, evana wrote:
>