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 2F941D477 for ; Mon, 22 Oct 2012 06:12:14 +0000 (UTC) Received: (qmail 19032 invoked by uid 500); 22 Oct 2012 06:12:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 18951 invoked by uid 500); 22 Oct 2012 06:12:12 -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 18931 invoked by uid 99); 22 Oct 2012 06:12:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 06:12:12 +0000 Date: Mon, 22 Oct 2012 06:12:11 +0000 (UTC) From: "ZhengBowen (JIRA)" To: dev@lucene.apache.org Message-ID: <911747749.8517.1350886331930.JavaMail.jiratomcat@arcas> In-Reply-To: <2072960388.8484.1350884897953.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (SOLR-3973) Cross facet MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-3973?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] ZhengBowen updated SOLR-3973: ----------------------------- Description:=20 We often come across the scene of the multi-faceted cross, For example, the= SQL statement, select count( * ) from table group by A,B.=20 Now we slightly modified for FacetComponent, this component to be able to s= upport the multi-faceted cross. Request parameters are as follows=EF=BC=9A &start=3D0&rows=3D0&q=3D*:*&facet=3Dtrue&facet.field=3Duser_city&facet.fiel= d=3Duser_province&facet.limit=3D10&facet.cross=3Dtrue&facet.cross.sep=3D, The original effect is as follows: 16852 16787 12950 11667 9997 7624 7082 6894 6528 5822 48621 34634 28748 20389 18508 16852 16787 15227 15112 13793 The effect of the new features are as follows=EF=BC=9A 16852 16787 12950 11667 9997 7624 7082 6894 6528 was: We often come across the scene of the multi-faceted cross, For example, the= SQL statement, select count( * ) from table1 group by A,B.=20 Now we slightly modified for FacetComponent, this component to be able to s= upport the multi-faceted cross. Request parameters are as follows=EF=BC=9A &start=3D0&rows=3D0&q=3D*:*&facet=3Dtrue&facet.field=3Duser_city&facet.fiel= d=3Duser_province&facet.limit=3D10&facet.cross=3Dtrue&facet.cross.sep=3D, The original effect is as follows: 16852 16787 12950 11667 9997 7624 7082 6894 6528 5822 48621 34634 28748 20389 18508 16852 16787 15227 15112 13793 The effect of the new features are as follows=EF=BC=9A 16852 16787 12950 11667 9997 7624 7082 6894 6528 =20 > Cross facet > ----------- > > Key: SOLR-3973 > URL: https://issues.apache.org/jira/browse/SOLR-3973 > Project: Solr > Issue Type: Improvement > Components: SearchComponents - other > Affects Versions: 3.5 > Reporter: ZhengBowen > Labels: cross, facet, solr > Fix For: 3.5 > > Attachments: crossfacet.patch > > > We often come across the scene of the multi-faceted cross, For example, t= he SQL statement, select count( * ) from table group by A,B.=20 > Now we slightly modified for FacetComponent, this component to be able to= support the multi-faceted cross. > Request parameters are as follows=EF=BC=9A > &start=3D0&rows=3D0&q=3D*:*&facet=3Dtrue&facet.field=3Duser_city&facet.fi= eld=3Duser_province&facet.limit=3D10&facet.cross=3Dtrue&facet.cross.sep=3D, > The original effect is as follows: > > > > > > 16852 > 16787 > 12950 > 11667 > 9997 > 7624 > 7082 > 6894 > 6528 > 5822 > > > 48621 > 34634 > 28748 > 20389 > 18508 > 16852 > 16787 > 15227 > 15112 > 13793 > > > > > > > The effect of the new features are as follows=EF=BC=9A > > > > > > 16852 > 16787 > 12950 > 11667 > 9997 > 7624 > 7082 > 6894 > 6528 > > > > > > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs 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