Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA8FBD30E for ; Mon, 19 Nov 2012 16:32:00 +0000 (UTC) Received: (qmail 14008 invoked by uid 500); 19 Nov 2012 16:31:59 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 13944 invoked by uid 500); 19 Nov 2012 16:31:59 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 13893 invoked by uid 99); 19 Nov 2012 16:31:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2012 16:31:58 +0000 Date: Mon, 19 Nov 2012 16:31:57 +0000 (UTC) From: "James Dyer (JIRA)" To: dev@lucene.apache.org Message-ID: <801225626.3236.1353342718302.JavaMail.jiratomcat@arcas> In-Reply-To: <1875686106.121414.1353020352538.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (SOLR-4086) Refactor DIH - VariableResolver & Evaluator MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-4086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer resolved SOLR-4086. ------------------------------ Resolution: Fixed Committed. Trunk: r1411276 4x: r1411280 > 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: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org