From dev-return-76775-apmail-lucene-dev-archive=lucene.apache.org@lucene.apache.org Tue Aug 2 16:41:52 2011 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 3C85E6DCF for ; Tue, 2 Aug 2011 16:41:52 +0000 (UTC) Received: (qmail 29896 invoked by uid 500); 2 Aug 2011 16:41:49 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 29327 invoked by uid 500); 2 Aug 2011 16:41:49 -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 29272 invoked by uid 99); 2 Aug 2011 16:41:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2011 16:41:49 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2011 16:41:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2B55F998C6 for ; Tue, 2 Aug 2011 16:41:27 +0000 (UTC) Date: Tue, 2 Aug 2011 16:41:27 +0000 (UTC) From: "David (JIRA)" To: dev@lucene.apache.org Message-ID: <456000552.1969.1312303287174.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1421463503.21545.1305697067565.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (SOLR-2525) Date Faceting or Range Faceting with offset doesn't convert timezone 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-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13076303#comment-13076303 ] David commented on SOLR-2525: ----------------------------- I have opened a new ticket about this: SOLR-2690 > Date Faceting or Range Faceting with offset doesn't convert timezone > -------------------------------------------------------------------- > > Key: SOLR-2525 > URL: https://issues.apache.org/jira/browse/SOLR-2525 > Project: Solr > Issue Type: Bug > Components: Schema and Analysis, search > Affects Versions: 3.1 > Environment: Solr 3.1 > Windows 2008 RC2 Server > Java 6 > Running on Jetty > Reporter: Rohit Gupta > Labels: date, facet > > I am trying to facet based on date field and apply user timezone offset so that the faceted results are in user timezone. My faceted result is given below, > > > > 0 > 6 > > true > icici > 2011-05-02T00:00:00Z+330MINUTES > createdOnGMTDate > 2011-05-18T00:00:00Z > +1DAY > > > > > > > 4 > 63 > 0 > 0 > ...... > > +1DAY > 2011-05-02T05:30:00Z > 2011-05-18T05:30:00Z > > > > > Now if you notice that the response show 4 records for the 2th of May 2011 which will fall in the IST timezone (+330MINUTES), but when I try to get the results I see that there is only 1 result for the 2nd why is this happening. > > > > 0 > 5 > > createdOnGMTDate asc > createdOnGMT,createdOnGMTDate,twtText > createdOnGMTDate:[2011-05-01T00:00:00Z+330MINUTES TO *] > icici > > > > > Mon, 02 May 2011 16:27:05+0000 > 2011-05-02T16:27:05Z > #TechStrat615. Infosys (business soln & IT > outsourcer) manages damages with new chairman K.Kamath (ex ICICI > Bank chairman) to begin Aug 21. > > > Mon, 02 May 2011 19:00:44+0000 > 2011-05-02T19:00:44Z > how to get icici mobile banking > > > Tue, 03 May 2011 01:53:05+0000 > 2011-05-03T01:53:05Z > ICICI BANK LTD, L. M. MIRAJ branch in SANGLI, > MAHARASHTRA. IFSC Code: ICIC0006537, MICR > Code: ... > http://bit.ly/fJCuWl #ifsc #micr #bank > > > Tue, 03 May 2011 01:53:05+0000 > 2011-05-03T01:53:05Z > ICICI BANK LTD, L. M. MIRAJ branch in SANGLI, > MAHARASHTRA. IFSC Code: ICIC0006537, MICR > Code: ... > http://bit.ly/fJCuWl #ifsc #micr #bank > > > Tue, 03 May 2011 08:52:37+0000 > 2011-05-03T08:52:37Z > RT @nice4ufan: ICICI BANK PERSONAL LOAN http://ee4you.blogspot.com/2011/04/icici-bank-personal-loan.html > -- This message is automatically generated by JIRA. 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