[
https://issues.apache.org/jira/browse/SOLR-3336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn van Groningen updated SOLR-3336:
----------------------------------------
Affects Version/s: (was: 3.5)
3.6
Fix Version/s: 3.6.1
4.0
> SolrEntityProcessor should substitute params at query time, not startup time
> ----------------------------------------------------------------------------
>
> Key: SOLR-3336
> URL: https://issues.apache.org/jira/browse/SOLR-3336
> Project: Solr
> Issue Type: New Feature
> Components: contrib - DataImportHandler
> Affects Versions: 3.6, 4.0
> Reporter: Lance Norskog
> Fix For: 4.0, 3.6.1
>
> Attachments: SolrEntityProcessor.java
>
>
> The SolrEntityProcessor performs variable substitution at startup, not at
> query time. This means that this technique cannot work:
> {code}
> <entity get a document>
> <field SomeField/>
> <entity SolrEntityProcessor query="${SomeField}"/>
> </entity>
> {code}
> The SEP should substitute the new value of SomeField into each query string.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]