Return-Path: X-Original-To: apmail-lucene-general-archive@www.apache.org Delivered-To: apmail-lucene-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7A5FA6564 for ; Wed, 18 May 2011 08:11:19 +0000 (UTC) Received: (qmail 6356 invoked by uid 500); 18 May 2011 08:11:18 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 6295 invoked by uid 500); 18 May 2011 08:11:18 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 6287 invoked by uid 99); 18 May 2011 08:11:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2011 08:11:18 +0000 X-ASF-Spam-Status: No, hits=4.2 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RFC_ABUSE_POST,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of ravishekhar.82@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2011 08:11:13 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1QMbqG-0005Uh-Mh for general@lucene.apache.org; Wed, 18 May 2011 01:10:52 -0700 Date: Wed, 18 May 2011 01:10:52 -0700 (PDT) From: ravishekhar To: general@lucene.apache.org Message-ID: <1305706252609-2956161.post@n3.nabble.com> Subject: Writing new peice of code in Lucene MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I am new to Lucene. I am able to run demo code given. I wrote my code for training and searching based on some simple modification. I have put that files in lucene-3.0.3/src/demo/org/apache/lucene/demo and tried to run as I run the demo file by just giving name of my files. I used netbeans for the same and I am able to do the same, validating my program is correct. I want to run the code through command line as done in case of demo program. Please let me know how to do this. Thanks, Ravi -- View this message in context: http://lucene.472066.n3.nabble.com/Writing-new-peice-of-code-in-Lucene-tp2956161p2956161.html Sent from the Lucene - General mailing list archive at Nabble.com.