You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Otis Gospodnetic (JIRA)" <ji...@apache.org> on 2013/01/22 17:58:12 UTC

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

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

Otis Gospodnetic commented on SOLR-4331:
----------------------------------------

objID is fine.  It is "&" character that is not liked over there, because it us used for HTML entities (I think this is the correct terms).  For example "& g t ;" (without spaces, had to insert them to avoid JIRA messing with them) would render a "greater than" char in the browser. "& l t ;" would be "less than", and "& a m p ;" would be "ampersand".

                
> 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