James Dyer created SOLR-3850:
--------------------------------

             Summary: DIH:  parameter "cacheKey" was inadvertently renamed 
"cachePk"
                 Key: SOLR-3850
                 URL: https://issues.apache.org/jira/browse/SOLR-3850
             Project: Solr
          Issue Type: Bug
    Affects Versions: 4.0-BETA, 3.6.1
            Reporter: James Dyer
            Assignee: James Dyer
             Fix For: 4.0, 3.6.2


CachedSqlEntityProcessor supports an obscure alternate to the "where" 
parameter.  Instead of <entity ... where='id=x.id' /> , users can use <entity 
... cacheKey="id" cacheLookup="x.id" />  However, this was broken with 
SOLR-2382.  "cacheKey" was accidently renamed "cachePk".  For the sake of those 
who might be using this undocumented syntax and want to upgrade, I think it 
should be put back to "cacheKey".  Also, I will add documentation in the wiki.

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