Re: ID is a required field in SolrSchema . But not found in DataConfig

2020-02-24 Thread Paras Lehana
Your schema describes id as a required field. You need to tell Solr which field from the source (most probably, the primary key) will be the id field in Solr index. On Tue, 4 Feb 2020 at 23:15, Karl Stoney wrote: > Hey all, > I'm trying to use the DIH to copy from one collection to another, it

ID is a required field in SolrSchema . But not found in DataConfig

2020-02-04 Thread Karl Stoney
Hey all, I'm trying to use the DIH to copy from one collection to another, it appears to work (data gets copied) however I've noticed this in the logs: 17:39:58.167 [qtp1472216456-87] INFO org.apache.solr.handler.dataimport.config.DIHConfiguration - ID is a required field in SolrSchema . But