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 307DDD3E4 for ; Mon, 22 Oct 2012 05:52:17 +0000 (UTC) Received: (qmail 78798 invoked by uid 500); 22 Oct 2012 05:52:13 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 78685 invoked by uid 500); 22 Oct 2012 05:52:13 -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 78655 invoked by uid 99); 22 Oct 2012 05:52: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 05:52:12 +0000 Date: Mon, 22 Oct 2012 05:52:12 +0000 (UTC) From: "ZhengBowen (JIRA)" To: dev@lucene.apache.org Message-ID: <137806468.8492.1350885132561.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 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 effect of the new features are as follows=EF=BC=9A 0 84 true true 10.253.93.71:62511/solr,10.253.93.71:62512/solr,10.253.93.71:62513/solr,10.= 253.93.71:62514/solr, , 0 *:* 10 user_city user_province 0 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. The effect of the new features are as follows=EF=BC=9A 0 84 true true 10.253.93.71:62511/solr,10.253.93.71:62512/solr,10.253.93.71:62513/solr,10.= 253.93.71:62514/solr, , 0 *:* 10 user_city user_province 0 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 > > > We often come across the scene of the multi-faceted cross, For example, t= he SQL statement, select count( * ) from table1 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 effect of the new features are as follows=EF=BC=9A > > > 0 > 84 > > true > true > > 10.253.93.71:62511/solr,10.253.93.71:62512/solr,10.253.93.71:62513/solr,1= 0.253.93.71:62514/solr, > > , > 0 > *:* > 10 > > user_city > user_province > > 0 > > > > > > > > 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