Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 78304 invoked from network); 21 Mar 2006 10:09:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Mar 2006 10:09:27 -0000 Received: (qmail 67713 invoked by uid 500); 21 Mar 2006 10:09:21 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 67692 invoked by uid 500); 21 Mar 2006 10:09:21 -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 67680 invoked by uid 99); 21 Mar 2006 10:09:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Mar 2006 02:09:20 -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.184.196 as permitted sender) Received: from [64.233.184.196] (HELO wproxy.gmail.com) (64.233.184.196) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Mar 2006 02:09:20 -0800 Received: by wproxy.gmail.com with SMTP id i6so67956wra for ; Tue, 21 Mar 2006 02:08:59 -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=gytFUognWhAsEFW8t9xf4ENI8MeWvGER86PXhJ0wW+A6l11odcQie9RTDpDXuyDhzYJ1+HrKJUMBgK6b2S2gaaX2UavkGakWA4mQwq5sO3AVR7XurUN0BARCBWxsqMJGPCEbGEb3r1HBuhStHrPzOvOUYXjYn5xxq6NLkQE+kNw= Received: by 10.35.113.12 with SMTP id q12mr2162944pym; Tue, 21 Mar 2006 02:08:59 -0800 (PST) Received: by 10.35.50.10 with HTTP; Tue, 21 Mar 2006 02:08:59 -0800 (PST) Message-ID: Date: Tue, 21 Mar 2006 15:38:59 +0530 From: "Raghavendra Prabhu" To: java-user@lucene.apache.org Subject: wildcard support MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2705_924746.1142935739569" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_2705_924746.1142935739569 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi I am using the highlightertest.java to extract the wild card terms. I use the queryParser to parse my queryString Then i store the text in a RAM directory ( which i want to scan) and then rewrite it as mentioned in the highlighter example query=3Dquery.rewrite(reader) Now if i print the query, i see that it does not contain anything I repeat the query does not contain anything What is the reason for this problem? Any help would be appreciated. Rgds Prabhu ------=_Part_2705_924746.1142935739569--