Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
4.0
-
None
-
None
-
solr 4.0 final on tomcat 7.0.34
Description
Hi,
I put this in elevate.xml just to test it out.
<elevate> <query text="foo bar"> <doc id="https://opentextdev/cs/llisapi.dll?func=ll&objID=577575&objAction=download" /> </query> </elevate>
I have the urls to opentext documents as the uniquekey (id)
this is what I get:
16:25:48 SEVERE Config Exception during parsing file: elevate.xml:org.xml.sax.SAXParseException; systemId: solrres:/elevate.xml; lineNumber: 28; columnNumber: 77; The reference to entity "objID" must end with the ';' delimiter. 16:25:48 SEVERE SolrCore java.lang.NullPointerException 16:25:48 SEVERE CoreContainer Unable to create core: Lisa 16:25:48 SEVERE CoreContainer null:org.apache.solr.common.SolrException: Error initializing QueryElevationComponent.
It seems to not like the Opentext objID in the URL.
How can I fix this?