[
https://issues.apache.org/jira/browse/SOLR-4086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13536873#comment-13536873
]
Dominik Siebel commented on SOLR-4086:
--------------------------------------
Hi James,
thanks for the quick reply.
I will have to check if company policy allows to post our data-config xmls in a
public issue tracker, but I can say that much:
our data-configs mainly consist of nested entities using variables to access
the parent scope and also using the ${dataimporter.function.escapeSql()}
function to strip unwanted characters. Nothing more ( no DateFormatEvaluator,
at least not explicitly ).
The query results of the root entity are post-processed via ScriptTransformer.
The JVM is
* Sun Microsystems Inc. Java HotSpot(TM) 64-Bit Server VM (1.6.0_37 20.12-b01)
Configured with
* -d64
* -Xms8g
* -Xmx8g
* -XX:+CMSParallelRemarkEnabled
* -XX:+UseConcMarkSweepGC
* -XX:+UseParNewGC
With cores
* main (~17G)
> Refactor DIH - VariableResolver & Evaluator
> -------------------------------------------
>
> Key: SOLR-4086
> URL: https://issues.apache.org/jira/browse/SOLR-4086
> Project: Solr
> Issue Type: Improvement
> Components: contrib - DataImportHandler
> Affects Versions: 4.0
> Reporter: James Dyer
> Assignee: James Dyer
> Priority: Minor
> Fix For: 4.1, 5.0
>
> Attachments: SOLR-4086.patch
>
>
> This simplifies VariableResolver and moves each built-in Evaluator into its
> own class. Compiler warnings / missing generics are fixed. Also, the Locale
> bug with DateFormatEvaluator is solved. Instead of using the machine
> default, the Root Locale is used by default. An optional 3rd parameter
> allows users to specify whatever locale they want.
--
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: [email protected]
For additional commands, e-mail: [email protected]