Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 96673 invoked from network); 6 Jul 2004 12:01:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jul 2004 12:01:26 -0000 Received: (qmail 75071 invoked by uid 500); 6 Jul 2004 12:01:21 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 75029 invoked by uid 500); 6 Jul 2004 12:01:21 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 75012 invoked by uid 99); 6 Jul 2004 12:01:21 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=FOR_FREE X-Spam-Check-By: apache.org Received: from [212.68.203.254] (HELO mirapoint5.brutele.be) (212.68.203.254) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 06 Jul 2004 05:01:19 -0700 Received: from [192.168.0.3] (212.68.227.204.brutele.be [212.68.227.204]) by mirapoint5.brutele.be (MOS 3.4.7-GR) with ESMTP id APY14724; Tue, 6 Jul 2004 14:01:04 +0200 (CEST) Message-ID: <40EA9452.3080307@b2boost.com> Date: Tue, 06 Jul 2004 14:00:18 +0200 From: Luis Muniz User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucene Users List Subject: Re: Problem with IndexFiles.java References: <20040705233521.DE1923977@sitemail.everyone.net> In-Reply-To: <20040705233521.DE1923977@sitemail.everyone.net> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Status: score=12/50, host=mirapoint5.brutele.be X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Ian, Your problem doesn't seem to be Lucene (not yet, at least ;-) ), but JBuilder. You just need to find the way in JBuilder to feed arguments to your program. Usage: java class org.apache.lucene.demo.IndexFiles only means that the application IndexFiles expects an argument pointing to your document root directory. I hope this helps a little Ian McDonnell wrote: >When i try to run this program in JBuilder, it gives me the error message > >"Usage: java class org.apache.lucene.demo.IndexFiles " > >Obviously this means that args==0. I'm unsure on how to change this to ensure that it creates a directory called Index. > >again any help would be great, cos i'm a total novice with lucene and am struggling slightly with getting the hang of it. > >Thx > >_____________________________________________________________ >Sign up for FREE email from SpinnersCity Online Dance Magazine & Vortal at http://www.spinnerscity.com > >--------------------------------------------------------------------- >To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: lucene-user-help@jakarta.apache.org > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org