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
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
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