Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.6, 4.0-ALPHA
-
None
Description
The SolrEntityProcessor performs variable substitution at startup, not at query time. This means that this technique cannot work:
<entity get a document>
<field SomeField/>
<entity SolrEntityProcessor query="${SomeField}"/>
</entity>
The SEP should substitute the new value of SomeField into each query string.
Attachments
Attachments
Issue Links
- relates to
-
SOLR-5190 SolrEntityProcessor substitutes variables only once in child entities
- Closed