Re: admin page errors if UniqueKey not defined in schema

2010-02-16 Thread Erick Erickson
Thanks, that was it Erick On Tue, Feb 16, 2010 at 10:59 AM, Mark Miller wrote: > Have you removed the QueryElevationComponent from the solrconfig? It > requires a unique field in schema, and that its a String type. > > -- > - Mark > > http://www.lucidimagination.com > > > > Erick Erickson w

Re: admin page errors if UniqueKey not defined in schema

2010-02-16 Thread Mark Miller
Have you removed the QueryElevationComponent from the solrconfig? It requires a unique field in schema, and that its a String type. -- - Mark http://www.lucidimagination.com Erick Erickson wrote: > This may be related to SOLR-1742 and/or SOLR-1743. > > I have a minimal schema file, 4 fields

admin page errors if UniqueKey not defined in schema

2010-02-14 Thread Erick Erickson
This may be related to SOLR-1742 and/or SOLR-1743. I have a minimal schema file, 4 fields and one copyfield. If UniqueKey isn't specified in the schema file, going to the admin page produces a "missing core name in path" error. I can't seem to add documents via Posting either. This is with a SOL