Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 284C12005E6 for ; Sun, 30 Jul 2017 18:13:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 26B07164466; Sun, 30 Jul 2017 16:13:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6D344164462 for ; Sun, 30 Jul 2017 18:13:18 +0200 (CEST) Received: (qmail 34818 invoked by uid 500); 30 Jul 2017 16:13:13 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 34603 invoked by uid 99); 30 Jul 2017 16:13:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Jul 2017 16:13:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0C3791A0061 for ; Sun, 30 Jul 2017 16:13:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.313 X-Spam-Level: ** X-Spam-Status: No, score=2.313 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ZjXssi3Qgbbf for ; Sun, 30 Jul 2017 16:13:09 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 3EF9E5F6C2 for ; Sun, 30 Jul 2017 16:13:09 +0000 (UTC) Received: from mben.nabble.com (unknown [162.253.133.72]) by mwork.nabble.com (Postfix) with ESMTP id 80D1C578DEDB6 for ; Sun, 30 Jul 2017 09:13:07 -0700 (MST) Date: Sun, 30 Jul 2017 09:13:07 -0700 (MST) From: MKrishna To: solr-user@lucene.apache.org Message-ID: <1501431187424-4348275.post@n3.nabble.com> In-Reply-To: References: <1501334137101-4348173.post@n3.nabble.com> <1501393655184-4348241.post@n3.nabble.com> Subject: Re: Copy field from string to date MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Sun, 30 Jul 2017 16:13:19 -0000 We are using the schema less mode trying to parse outlook(.msg) files in an smb. and I get to see the properties of the .msg file(date_created fields ) stored in dynamic fields date_Created_s and date_created_t. This change is seen only after upgrading the version to 3.1 as the older versions(2.0*) still hold dates as date fields.Can you let me know if there is anything to do with the parses or how do I check if the parser is right ?? Thanks, Krishna -- View this message in context: http://lucene.472066.n3.nabble.com/Copy-field-from-string-to-date-tp4348173p4348275.html Sent from the Solr - User mailing list archive at Nabble.com.