[ 
https://issues.apache.org/jira/browse/SOLR-4331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559775#comment-13559775
 ] 

David Morana commented on SOLR-4331:
------------------------------------

Hi Otis,
 That seems to have done the trick! I encoded both ampersands and solr didn't 
throw any errors!
 You're awesome, never change!
Thanks,
David


                
> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to