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 22EFD1051A for ; Wed, 24 Apr 2013 10:43:58 +0000 (UTC) Received: (qmail 77507 invoked by uid 500); 24 Apr 2013 10:43:55 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 77232 invoked by uid 500); 24 Apr 2013 10:43:54 -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 Received: (qmail 77221 invoked by uid 99); 24 Apr 2013 10:43:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2013 10:43:54 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [80.67.31.37] (HELO smtprelay03.ispgateway.de) (80.67.31.37) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2013 10:43:49 +0000 Received: from [46.223.19.78] (helo=kai-beckers-macbook-pro.fritz.box) by smtprelay03.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1UUxAI-0002OL-Lw for solr-user@lucene.apache.org; Wed, 24 Apr 2013 12:43:06 +0200 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1283) Subject: Re: Facets with OR clause From: Kai Becker In-Reply-To: <1366799992681-4058553.post@n3.nabble.com> Date: Wed, 24 Apr 2013 12:43:06 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1366799992681-4058553.post@n3.nabble.com> To: solr-user@lucene.apache.org X-Mailer: Apple Mail (2.1283) X-Df-Sender: bWFpbEBrYWktYmVja2VyLmNvbQ== X-Virus-Checked: Checked by ClamAV on apache.org Try fq=3D(groups:group1 OR locations:location1) Am 24.04.2013 um 12:39 schrieb vsl: > Hi, >=20 > my request contains following term: >=20 > The are 3 facets: > groups, locations, categories. >=20 >=20 >=20 > When I select some items then I see such syntax in my request. > fq=3Dgroups:group1&fq=3Dlocations:location1 >=20 > Is it possible to add OR clause between facets items in query? >=20 >=20 >=20 > -- > View this message in context: = http://lucene.472066.n3.nabble.com/Facets-with-OR-clause-tp4058553.html > Sent from the Solr - User mailing list archive at Nabble.com.