Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 85827 invoked from network); 21 Mar 2006 07:11:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Mar 2006 07:11:38 -0000 Received: (qmail 59485 invoked by uid 500); 21 Mar 2006 07:11:34 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 59455 invoked by uid 500); 21 Mar 2006 07:11:33 -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 59442 invoked by uid 99); 21 Mar 2006 07:11:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Mar 2006 23:11:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rrprabhu@gmail.com designates 64.233.162.204 as permitted sender) Received: from [64.233.162.204] (HELO zproxy.gmail.com) (64.233.162.204) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Mar 2006 23:11:32 -0800 Received: by zproxy.gmail.com with SMTP id 12so1333180nzp for ; Mon, 20 Mar 2006 23:11:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ZPHB8vibJzfsgX4dahQnzwGgs99p3BeKlcvzf0RIPIaKk8Yb7hZPc67HmdIJ/mRx93Z/6RcdZm6Cv49RwchTROQnpCOBG2EMGOcnnYu6aoZul7Rn85EGGl6UrJ9Q9AjuKh/k9vmkn3RtswTreLJYiW1Ci3qfdzBRqISFTRBepMw= Received: by 10.35.14.1 with SMTP id r1mr1685906pyi; Mon, 20 Mar 2006 23:11:12 -0800 (PST) Received: by 10.35.50.10 with HTTP; Mon, 20 Mar 2006 23:11:12 -0800 (PST) Message-ID: Date: Tue, 21 Mar 2006 12:41:12 +0530 From: "Raghavendra Prabhu" To: java-user@lucene.apache.org Subject: rewriting a query doubt MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1228_5671422.1142925072259" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_1228_5671422.1142925072259 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi When you rewrite a query using query=3Dquery.rewrite(reader) Does the query change automtically. For example if the query was n*w and the reader has new,now,noow Does the query change to new,now,noow Can someone tell me how it works Rgds Prabhu ------=_Part_1228_5671422.1142925072259--