Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 47045 invoked from network); 9 Jul 2008 05:38:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jul 2008 05:38:07 -0000 Received: (qmail 2524 invoked by uid 500); 9 Jul 2008 05:38:01 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 2499 invoked by uid 500); 9 Jul 2008 05:38:01 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 2488 invoked by uid 99); 9 Jul 2008 05:38:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 22:38:01 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cambazz@gmail.com designates 64.233.166.179 as permitted sender) Received: from [64.233.166.179] (HELO py-out-1112.google.com) (64.233.166.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2008 05:37:10 +0000 Received: by py-out-1112.google.com with SMTP id z74so1420462pyg.9 for ; Tue, 08 Jul 2008 22:37:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=uqyYHq1f7/rgj8zB45YBqjVAHM3F51LzjtUZUILMVjM=; b=cIXDU6sAFn0ccGyxacR55bI4myQnejIM788zop6OY4+GOHvTpgHCEh1xHyobBDpZqr 6boMQpTvbkfAIT0R5mqyqlR4DEDGwnilSQMrErnPwkiLssCNbqHhgh9rWyowfFRpHRNe mH2jP7JWkTm5o2soABjbEkKcVBruBVQbGa9vU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=RpHgWf+ekzQcMd821xjmhgiOmy2SJHV7GKu+3RQGzCgjwVz3foDYAJlJ3kzXbu5p58 1OxSPuNt19cfSZhfSH7GjfCf0f33LGT0H/ugRpEw/6OuA9ZWo1yG+7P7EhG2DuQ/NEjq CWVyMG/MeNi26jeOo+nZx/p85E0m/w95TYdCQ= Received: by 10.141.18.14 with SMTP id v14mr3713103rvi.125.1215581852018; Tue, 08 Jul 2008 22:37:32 -0700 (PDT) Received: by 10.141.168.3 with HTTP; Tue, 8 Jul 2008 22:37:32 -0700 (PDT) Message-ID: <1bcb7c7f0807082237r6119e20dxe1ecfa7fe67db98b@mail.gmail.com> Date: Wed, 9 Jul 2008 08:37:32 +0300 From: "Cam Bazz" To: java-user@lucene.apache.org Subject: boolean query or MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_42761_32359080.1215581852035" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_42761_32359080.1215581852035 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, Is it possible to make a boolean query where a word is equal to fieldA or fieldB? in other words, I like to search a word in two fields, if word passes in fieldA or fieldB, then it is a hit. Best, -C.B. ------=_Part_42761_32359080.1215581852035--