Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 96633 invoked from network); 28 Jul 2010 04:08:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Jul 2010 04:08:35 -0000 Received: (qmail 30961 invoked by uid 500); 28 Jul 2010 04:08:33 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 30726 invoked by uid 500); 28 Jul 2010 04:08:30 -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 30718 invoked by uid 99); 28 Jul 2010 04:08:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jul 2010 04:08:29 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fancyerii@gmail.com designates 209.85.210.48 as permitted sender) Received: from [209.85.210.48] (HELO mail-pz0-f48.google.com) (209.85.210.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jul 2010 04:08:24 +0000 Received: by pzk36 with SMTP id 36so3425915pzk.35 for ; Tue, 27 Jul 2010 21:08:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Tbzwm5NLdswQ+Z1vOjI+0FeH+WLG/mdwQYZMljRRgyo=; b=bitRR8L5Tg/ym2Yy8TfGAVV9Rq1d7soGM5RWmWRirdfitv0Ip1AfwfbDdfIShh2VlD NHK9lryZB0t5lx6q3cJm/wFdxZsuaKRKlk3bdJovdfgDYYzotWk0nI91dph+Cj1h2QqU 39exayfjXpyQMzrFXYRacNuFZQchuEUgAzuD8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=CV9i0fTUwB+nxk2+WfT3XH+WyDlkhamOsP54eo8HYXlJBZD6vjswzrMAmkHqmnSXTy vbCqXfaocf1qu1wcNVe8B/prrxELCYpmvuxa6Luyhkl26IIinQuGTfIMhNiIjqU3giJN 7lf5df/X1Aptl4lBPlMAvKbaIZp8ufFTapSEc= MIME-Version: 1.0 Received: by 10.142.127.9 with SMTP id z9mr11261423wfc.33.1280290084312; Tue, 27 Jul 2010 21:08:04 -0700 (PDT) Received: by 10.142.158.10 with HTTP; Tue, 27 Jul 2010 21:08:04 -0700 (PDT) In-Reply-To: References: Date: Wed, 28 Jul 2010 12:08:04 +0800 Message-ID: Subject: Re: understanding lucene From: Li Li To: java-user@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable lucene in action 2nd ed. is a good book 2010/7/28 Yakob : > hello everyone, > I am starting to understand lucene in java and I am having a hard time > in implementing it. > I am trying to develop a java application that can do indexing, > searching and whatnot. and using lucene framework is one of the best > solution for me. only the problem was I am a bit new in this field > > so I was hoping that maybe you can give me an appropiate link to which > I can taught myself of how to deploy lucene in java application. > > I already found a simple lucene program below > > http://planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=3D6481&lngW= Id=3D2 > > but I am having a hard time in compiling it eventhough I had tried > every possible way to make it run. maybe you can supply me with an > appropiate program that uses lucene in indexing so that I can know how > lucene works exactly. > > =A0thanks for the attention then. :-) > > -- > http://jacobian.web.id > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org