You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "adrien ruffie (Created) (JIRA)" <ji...@apache.org> on 2012/03/05 16:45:57 UTC

[jira] [Created] (SOLR-3201) Recurrence resolver into VariableResolver

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org