Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 75282 invoked from network); 15 Jul 2006 01:17:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Jul 2006 01:17:36 -0000 Received: (qmail 55230 invoked by uid 500); 15 Jul 2006 01:17:29 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 55004 invoked by uid 500); 15 Jul 2006 01:17:29 -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 54993 invoked by uid 99); 15 Jul 2006 01:17:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2006 18:17:28 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of liuping.james@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2006 18:17:28 -0700 Received: by nf-out-0910.google.com with SMTP id m18so277178nfc for ; Fri, 14 Jul 2006 18:17:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=FcDFw6mnHgliJfkD7lQdsywXs/LpLdaXb8yA3ix1d8+9M8Q/NCVBK1Rdf4cVBx0MmRWCCFnyegWwKpXXMmbiCId/L5aY4W8Nan3RPsANLLCfnj8KwyuzpMCEeqqp1JztVDq49GdzccGdTHBU1AZ/JIsYMJaXoVODtQ7F8PScBUk= Received: by 10.78.177.3 with SMTP id z3mr39529hue; Fri, 14 Jul 2006 18:17:04 -0700 (PDT) Received: by 10.78.155.3 with HTTP; Fri, 14 Jul 2006 18:17:04 -0700 (PDT) Message-ID: <5d5204510607141817v76d93ba4j2b29e42555bd0721@mail.gmail.com> Date: Sat, 15 Jul 2006 09:17:04 +0800 From: "James liu" To: java-user@lucene.apache.org Subject: Re: is it wrong with my code? In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_42566_1496053.1152926224616" References: <5d5204510607141237w2c2e13ffx83b9df994820aebe@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_42566_1496053.1152926224616 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline yes,it can do...but now work for chinese search. english search is ok. and how can i fix it? 2006/7/15, Doron Cohen : > > > Hits hits = searcher.search(qp.Query(queryStr)); > > I think it should be qp.parse(String query) (rather than qp.Query(String > field)) > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > ------=_Part_42566_1496053.1152926224616--