Removing the QueryElevationComponent from solrconfig.xml solved the problem. Thanks.
On Tue, Feb 23, 2010 at 12:43 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Tue, Feb 23, 2010 at 7:10 AM, P Franks <pfranks...@gmail.com> wrote: > > > All, > > > > Various books and online documentation states that the uniqueKey is not > > required and we do not have a need for a unique key so i tried remove it > > from the schema or setting it with no value but solr will not start with > it > > defined. > > > > I don't think that is true. Solr will start fine if no uniqueKey is > specified but QueryElevationComponent cannot function without a string > uniqueKey. If you have query elevation component enabled in solrconfig, can > you try removing it and restarting Solr? If that does not work, can you > post > the stack trace of any exceptions that you can find in the logs? > > -- > Regards, > Shalin Shekhar Mangar. >