Return-Path: X-Original-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF9AB7317 for ; Mon, 29 Aug 2011 16:35:43 +0000 (UTC) Received: (qmail 6863 invoked by uid 500); 29 Aug 2011 16:35:43 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 6802 invoked by uid 500); 29 Aug 2011 16:35:42 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 6795 invoked by uid 99); 29 Aug 2011 16:35:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2011 16:35:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2011 16:35:41 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id F053AE64; Mon, 29 Aug 2011 16:35:20 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Mon, 29 Aug 2011 16:35:15 -0000 Message-ID: <20110829163515.47607.79006@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22VariableRangeGaps=22_by_JanHoydahl?= Auto-Submitted: auto-generated Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "VariableRangeGaps" page has been changed by JanHoydahl: http://wiki.apache.org/solr/VariableRangeGaps?action=3Ddiff&rev1=3D2&rev2= =3D3 Comment: Clarification with per field basis <
> {{{facet.range.spec=3DNOW-1DAY..NOW, NOW-1WEEK..NOW, NOW-1MONTH..NOW}}} -= gives three overlapping date ranges for last day, week and month = - This parameter can be combined with facet.range.include, but is mutually = exclusive to facet.range.gap, facet.range.begin, facet.range.end and facet.= range.other + This parameter can be specified on a per field basis. = + Example: {{{f.price.facet.range.spec=3D*,10,50,100,250,*}}} to configure = the range spec for the price field + = + This parameter can be combined with facet.range.include, but is mutually = exclusive to facet.range.gap, facet.range.begin, facet.range.end and facet.= range.other, resulting in an exception if uncompatible mix is attempted. +=20