Return-Path: X-Original-To: apmail-lucene-general-archive@www.apache.org Delivered-To: apmail-lucene-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 915699369 for ; Thu, 13 Oct 2011 08:35:11 +0000 (UTC) Received: (qmail 60689 invoked by uid 500); 13 Oct 2011 08:35:10 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 60357 invoked by uid 500); 13 Oct 2011 08:35:08 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Delivered-To: moderator for general@lucene.apache.org Received: (qmail 54278 invoked by uid 99); 13 Oct 2011 08:23:40 -0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Date: Thu, 13 Oct 2011 01:23:14 -0700 (PDT) From: Ganesh To: general@lucene.apache.org Message-ID: <1318494194170-3418052.post@n3.nabble.com> Subject: Issue in AND query in solr index MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi - I am using SolrQuery object to query out the solr index. My query is some thing like below. SolrQuery q = new SolrQuery(); q.setQuery("param1:value1"); q.setFilterQueries("param2:value2"); q.setFilterQueries("param3:value3"); Assume my input is such that values of param2 and param3 should not yield a result. But I am facing a scenario such that I am getting the output based on param1 though the value of param2 and param3 are not does not match. Can anyone help in this? Thanks Ganesh -- View this message in context: http://lucene.472066.n3.nabble.com/Issue-in-AND-query-in-solr-index-tp3418052p3418052.html Sent from the Lucene - General mailing list archive at Nabble.com.