Disable unique-key for Solr index

2009-05-11 Thread jcott28
I have a case where I would like a solr index created which disables the unique-key option. I've tried commenting out the uniqueKey option and that just spits out an error: SEVERE: org.apache.solr.common.SolrException: QueryElevationComponent requires the schema to have a uniqueKeyField I've

Re: Disable unique-key for Solr index

2009-05-11 Thread jcott28
Man, I hadn't even thought of that! Now I feel like an idiot! Thanks! Erik Hatcher wrote: If you're not using it, remove the QueryElevationComponent from solrconfig.xml Erik On May 11, 2009, at 1:15 PM, jcott28 wrote: I have a case where I would like a solr index