Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 93758 invoked from network); 9 Jul 2006 03:50:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jul 2006 03:50:58 -0000 Received: (qmail 94085 invoked by uid 500); 9 Jul 2006 03:50:53 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 94049 invoked by uid 500); 9 Jul 2006 03:50:53 -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 94038 invoked by uid 99); 9 Jul 2006 03:50:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jul 2006 20:50:53 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_10_20,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.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jul 2006 20:50:52 -0700 Received: by nf-out-0910.google.com with SMTP id k26so181412nfc for ; Sat, 08 Jul 2006 20:50:31 -0700 (PDT) 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=kBXWXiSDqkyphMOjyaDdwexKkiboX2qysDUM8Hzyt+EmpWI6Vpha14Z2HCASgAmPMMRc6nswYumadlrzX0aE/0g3ZorWaN5UhMVmCNQf8Ynfrko69Q3bXB7rDJ6b7SRhyx19CQnrnjJnoSMlp8CWYTV7rmLm6JcWdbuJTkQS1FU= Received: by 10.78.185.7 with SMTP id i7mr1256695huf; Sat, 08 Jul 2006 20:50:31 -0700 (PDT) Received: by 10.78.155.3 with HTTP; Sat, 8 Jul 2006 20:50:31 -0700 (PDT) Message-ID: <5d5204510607082050s5ca5b376gb69088492d506b65@mail.gmail.com> Date: Sun, 9 Jul 2006 11:50:31 +0800 From: "James liu" To: java-user@lucene.apache.org Subject: FileDocument : cannot resolve symbol MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_56684_30576719.1152417031523" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_56684_30576719.1152417031523 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline when i try javac Package: org.apache.lucene.demo; name is IndexFiles.java it show me : FileDocument ,error info : cannot resolve symbol how can i compile it? ------=_Part_56684_30576719.1152417031523--