Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 67309E619 for ; Fri, 15 Mar 2013 17:52:11 +0000 (UTC) Received: (qmail 91522 invoked by uid 500); 15 Mar 2013 17:52:07 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 91339 invoked by uid 500); 15 Mar 2013 17:52:07 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Delivered-To: moderator for solr-user@lucene.apache.org Received: (qmail 50711 invoked by uid 99); 15 Mar 2013 13:40:24 -0000 X-ASF-Spam-Status: No, hits=4.2 required=5.0 tests=HTML_MESSAGE,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Date: Fri, 15 Mar 2013 06:39:58 -0700 (PDT) From: sathish_ix To: solr-user@lucene.apache.org Message-ID: <1363354798414-4047686.post@n3.nabble.com> Subject: faceting multivalued field MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_344245_18716005.1363354798416" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_344245_18716005.1363354798416 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi,I have a requirement below is my dataset ,Client_name rep_name acct_nameSUSAN CHILTON GERARD BUCHANAN CHILTON SLARRY CHILTON GERARD BUCHANAN CHILTON LMy schema.xml SEARCHI need response as,Search for CHILTON , group by Client name , rep_name,acct_nameClient name (2)Rep name (0)acct_name (2)http://localhost:8081/solr/select?q=CHILTON&facet=true&facet.field=REP_NM&facet.mincount=1&facet.field=CLIENT_NM&facet.field=ACCT_NAMEIm getting below response,21111Chilton name present in Client name and Acct name field and not present in Rep nm,then why Rep_nm show 2.Why rep_nm is listing values? can some explain.Thanks, -- View this message in context: http://lucene.472066.n3.nabble.com/faceting-multivalued-field-tp4047686.html Sent from the Solr - User mailing list archive at Nabble.com. ------=_Part_344245_18716005.1363354798416--