You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Morana (JIRA)" <ji...@apache.org> on 2013/01/21 23:00:13 UTC

[jira] [Created] (SOLR-4331) queryelevationcomponent init error; he reference to entity "objID" must end with the ';' delimiter.

David Morana created SOLR-4331:
----------------------------------

             Summary: queryelevationcomponent init error; he reference to entity "objID" must end with the ';' delimiter. 
                 Key: SOLR-4331
                 URL: https://issues.apache.org/jira/browse/SOLR-4331
             Project: Solr
          Issue Type: Bug
    Affects Versions: 4.0
         Environment: solr 4.0 final on tomcat 7.0.34
            Reporter: David Morana
             Fix For: 4.0


Hi, 
I put this in elevate.xml just to test it out.
{code:xml}
<elevate>
 <query text="foo bar">
  <doc id="https://opentextdev/cs/llisapi.dll?func=ll&objID=577575&objAction=download" />
 </query>
</elevate>
{code}
I have the urls to opentext documents as the uniquekey (id)
this is what I get:
{noformat}
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. 
{noformat}
It seems to not like the Opentext objID in the URL. 
How can I fix this?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org