Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 54550 invoked from network); 11 Aug 2010 14:27:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Aug 2010 14:27:06 -0000 Received: (qmail 74193 invoked by uid 500); 11 Aug 2010 14:27:06 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 74085 invoked by uid 500); 11 Aug 2010 14:27:04 -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 73979 invoked by uid 99); 11 Aug 2010 14:27:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 14:27:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Wed, 11 Aug 2010 14:27:01 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id CFC12656; Wed, 11 Aug 2010 14:26:39 +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: Wed, 11 Aug 2010 14:26:39 -0000 Message-ID: <20100811142639.20796.402@eosnew.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22SimpleFacetParameters=22_by_GrantI?= =?utf-8?q?ngersoll?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "SimpleFacetParameters" page has been changed by GrantIngersoll. http://wiki.apache.org/solr/SimpleFacetParameters?action=3Ddiff&rev1=3D42&r= ev2=3D43 -------------------------------------------------- = =3D=3D=3D facet.range =3D=3D=3D = - This param indicates what field to create range facets for. + TODO: Fill out more here. = + This param indicates what field to create range facets for. This param a= llows you to specify names of fields which should be treated as range face= ts. + = - Example: facet.range=3Dprice + Example: &facet.range=3Dprice = + =3D=3D=3D facet.range.start =3D=3D=3D + The lower bound of the range. + = + This parameter can be specified on a per field basis. + =3D=3D=3D facet.range.end =3D=3D=3D + = + The upper bound of the range. + = + This parameter can be specified on a per field basis. + =3D=3D=3D facet.range.gap =3D=3D=3D + = + The size of each range expressed. + = + This parameter can be specified on a per field basis. = =3D=3D LocalParams for faceting =3D=3D [[Solr1.4]]