Re: Error initializing QueryElevationComponent

2014-05-20 Thread Geepalem
Hi, I have changed & as "&" Now, core is getting initialized. But document added in elevate.xml is not coming as top result. Also, why below query is not returning any results though document is available in index? http://localhost:8080/solr/master/select?q=_uniqueid:"sitecore://m

Re: Error initializing QueryElevationComponent

2014-05-05 Thread Chris Hostetter
The full details are farther down in the stack... : null:org.apache.solr.common.SolrException: SolrCore 'master' is not : available due to init failure: Error initializing QueryElevationComponent. ... : Caused by: org.apache.solr.common.SolrException: Error initializing : QueryElevationCo

Re: error initializing QueryElevationComponent

2013-01-25 Thread eShard
In case anyone was wondering, the solution is to html encode the URL. Solr didn't like the &'s; just convert them to & and it works! -- View this message in context: http://lucene.472066.n3.nabble.com/error-initializing-QueryElevationComponent-tp4035194p4036261.html Sent from the Solr - User ma