Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 1564 invoked from network); 10 Jul 2010 03:33:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Jul 2010 03:33:21 -0000 Received: (qmail 12340 invoked by uid 500); 10 Jul 2010 03:33:20 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 11872 invoked by uid 500); 10 Jul 2010 03:33:17 -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 11865 invoked by uid 99); 10 Jul 2010 03:33:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jul 2010 03:33:16 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jul 2010 03:33:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6A3WqIL011954 for ; Sat, 10 Jul 2010 03:32:52 GMT Message-ID: <28312197.301301278732771981.JavaMail.jira@thor> Date: Fri, 9 Jul 2010 23:32:51 -0400 (EDT) From: "Hoss Man (JIRA)" To: dev@lucene.apache.org Subject: [jira] Updated: (SOLR-1240) Numerical Range faceting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-1240: --------------------------- Attachment: SOLR-1240.patch Updated Patch... * changed numeric faceting to use "facet.number.include" param with the same semantics as "facet.date.include". To make this cleaner i renamed FacetParams.FacetDateInclude to the more generic FacetParams.FacetRangeInclude (it has never been included in a release) * likewise renamed FacetParams.FacetNumberOther to FacetParams.FacetRangeOther and deprecated FacetParams.FacetDateOther, changing the usages in SimpleFacets to the new more generic enumeration. * fixed numeric faceting so that it supports facet.mincount (didn't notice it was missing that before) * fixed the bug that was causeing TestDistributed to fail (FacetComponent needed to add an empty "facet_number" block for consistency ... at least until we add support for distributed numeric faceting) > Numerical Range faceting > ------------------------ > > Key: SOLR-1240 > URL: https://issues.apache.org/jira/browse/SOLR-1240 > Project: Solr > Issue Type: New Feature > Components: search > Reporter: Gijs Kunze > Priority: Minor > Attachments: SOLR-1240.patch, SOLR-1240.patch, SOLR-1240.patch, SOLR-1240.patch > > > For faceting numerical ranges using many facet.query query arguments leads to unmanageably large queries as the fields you facet over increase. Adding the same faceting parameter for numbers which already exists for dates should fix this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org