Recurrence resolver into VariableResolver
-----------------------------------------
Key: SOLR-3201
URL: https://issues.apache.org/jira/browse/SOLR-3201
Project: Solr
Issue Type: Bug
Environment: solr 3.1 solr dataimport 3.3.0
Reporter: adrien ruffie
Hello I have the following delta query:
${dataimporter.functions.formatDate(${dataimporter.last_index_time}, 'yyyyMMdd
HH:mm:ss:SSS')}
but during the VariableResolverImpl.resolve() the following action
String[] parts = DOT_SPLIT.split(name, 0);
CURRENT_VARIABLE_RESOLVER.set(this);
split with '.' but the two recursive calling to ${dataimporter.last_index_time}
in the first ${dataimporter.functions.formatDate()} isn't take into account.
Do you have a work around ?
Thank you
--
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]