Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 73050 invoked from network); 26 Oct 2007 03:57:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2007 03:57:46 -0000 Received: (qmail 8195 invoked by uid 500); 26 Oct 2007 03:57:28 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 8136 invoked by uid 500); 26 Oct 2007 03:57:28 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 8125 invoked by uid 99); 26 Oct 2007 03:57:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 20:57:28 -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 disller@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO py-out-1112.google.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 03:57:32 +0000 Received: by py-out-1112.google.com with SMTP id d32so2269322pye for ; Thu, 25 Oct 2007 20:57:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=GtnI5WsrAlyNWMiTCXkAq6ateqA5SLeWkk//o03T9Rw=; b=HYac4agFcMwpT+WX4pwfPOI8X9x2HEuDHhErqNmzd65QcZOfPnhRvhg7OQvehWCky58u3Se2YZUdxTusANyFYzmLvBy5LC+XFcbirU7NMhEhfG95+WA953gvxg3ywejW62a96sLcCzCl8NtHQNcl8+9wtJVcPBZkw/q2jQwujz8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=t4i1Oz6S9eOm7M5791tF6YlCnZvmpCH8qtFSuki3Ixyr1QFxTQmQ3I69rbsIXfmK11qeAknqt0UGZtXMw7AKLS5q8iJFnvo05jXTzyPTH80x6y4T/uF1D+MByFXONmBFVdhlqDuMRpJePR3GZ54BUhY8EMqURykfmfNdpIsVRBg= Received: by 10.35.44.16 with SMTP id w16mr2926760pyj.1193371031196; Thu, 25 Oct 2007 20:57:11 -0700 (PDT) Received: by 10.35.41.19 with HTTP; Thu, 25 Oct 2007 20:57:11 -0700 (PDT) Message-ID: <5dbbc7ec0710252057v64e369b6jb29fcebb3b846fb8@mail.gmail.com> Date: Fri, 26 Oct 2007 11:57:11 +0800 From: "=?GB2312?B?16PEy8fs?=" To: java-dev@lucene.apache.org Subject: A problem about Tokenizer.close() MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4827_30528555.1193371031182" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_4827_30528555.1193371031182 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline This method is only used in Highlighter.java. If I doesn't use this Class,When the close method should been call? ------=_Part_4827_30528555.1193371031182--