Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F3859711 for ; Fri, 7 Oct 2011 13:03:20 +0000 (UTC) Received: (qmail 70786 invoked by uid 500); 7 Oct 2011 13:03:16 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 70732 invoked by uid 500); 7 Oct 2011 13:03:16 -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 70724 invoked by uid 99); 7 Oct 2011 13:03:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2011 13:03:16 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of erik.hatcher@gmail.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vx0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2011 13:03:07 +0000 Received: by vcbfl13 with SMTP id fl13so4656253vcb.35 for ; Fri, 07 Oct 2011 06:02:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=x/VDtkwxS6iThWmdLic8qj3atgEpp/7hhcpn4V1rYjg=; b=pC5m72Th94V2s6dP1PKMAVTIKIDuDi+5EiTQHHQA5R1Buf1LwYH9KgyV9wtsXBGv0r Vf//sR8kHZupuXlmpiPycTKR2Ma77sVjJjJ5NiyI75AglzvElj+KOGezg8XtQsvZUob4 +J5j5lY7VMpxr741gszdqoWPpRHPeMJ68hy1Q= Received: by 10.220.148.146 with SMTP id p18mr566303vcv.42.1317992566353; Fri, 07 Oct 2011 06:02:46 -0700 (PDT) Received: from [10.0.1.11] (c-24-125-38-32.hsd1.va.comcast.net. [24.125.38.32]) by mx.google.com with ESMTPS id fc4sm8693867vdc.8.2011.10.07.06.02.43 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Oct 2011 06:02:44 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: Hierarchical faceting with Date From: Erik Hatcher In-Reply-To: Date: Fri, 7 Oct 2011 09:02:42 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <624D0B34-50D8-4C3C-B259-D7DFE1EFBD7A@gmail.com> References: To: solr-user@lucene.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org Ravi - It's not a feature, currently, of pivot facets to do date ranges along = with it. Is that what you're after? It should still "work" to facet on = date fields and pivot those with other fields in a standard per-value = sort of way. Can you elaborate on the specific data and results you'd like to get? Erik On Oct 4, 2011, at 16:34 , Ravi Bulusu wrote: > Hi, >=20 > I'm trying to perform a hierarchical (pivot) faceted search and it = doesn't > work with date (as one of the field). >=20 > My questions are > 1. Is this a supported feature or just a bug that needs to be = addressed? > 2. If it is not intended to be supported, what is the complexity = involved in > implementing it. >=20 > FYI > I'm using a SOLR 4.0 build from 09/30/2011. >=20 > Regards > Ravi Bulusu