I think the issue is this tutorial assumes that readers already familiar with 
Lucene development.

I think a details tutorial, including steps from download lucene.zip from 
lucene apache page, and configure with an IDE such as Eclipse, and write a 
first program using Lucene as library, is better and more sufficient.

Sorry if I expected so much, but this tutorial like this will help anothers 
more than existing one.
Sent from my BlackBerry® smartphone from Viettel

-----Original Message-----
From: Okido Takawa Okid <[email protected]>
Date: Tue, 9 Jul 2013 15:41:00 
To: [email protected]<[email protected]>; 
[email protected]<[email protected]>
Reply-To: "[email protected]" <[email protected]>, Okido
 Takawa Okid <[email protected]>
Subject: Bls: How to start with Lucene

how about http://www.lucenetutorial.com




________________________________
 Dari: Vinh Dang <[email protected]>
Kepada: [email protected] 
Dikirim: Minggu, 7 Juli 2013 18:11
Judul: Re: How to start with Lucene
 

Hi Uwe 

The first choice is my target: I want to use Lucene as a library.

Could you give me (by text or just an URL) to setup Eclipse with Lucene then 
start writing some code.

Thank you very much.
Sent from my BlackBerry® smartphone from Viettel

-----Original Message-----
From: "Uwe Schindler" <[email protected]>
Date: Sun, 7 Jul 2013 12:11:48 
To: <[email protected]>
Reply-To: [email protected]
Subject: RE: How to start with Lucene

It depends what you are intending to do:
- If you want to write an application that uses Apache Lucene, you can use the 
binary tgz file. It will contain all needed JARs to build an application. 
Alternatively, setup a Maven project and add the Lucene dependencies (core, 
analyzers,  queryparser,...).
- If you want to hack Apache Lucene itself (changing implementation, submitting 
patches to the developers), check out SVN and start with running "ant" to 
build. To setup in IDEs use "ant eclipse" or "ant idea", which builds project 
files that you can import into your IDE - You only need to do this if you want 
to modify Lucene, not to use it
- If you don't want to code and just use a Server with Lucene (like a database 
server), you can start with Apache Solr or ElasticSearch.

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: [email protected]


> -----Original Message-----
> From: Vinh Đặng [mailto:[email protected]]
> Sent: Sunday, July 07, 2013 11:51 AM
> To: [email protected]
> Subject: How to start with Lucene
> 
> Hi everyone,
> 
> I am a new with Lucene, with basic programming Java knowledge, but not
> export.
> 
> Now I am very confused, because there are three kinds of Lucene I can
> download: from svn, TAR.GZ file and .ZIP file, but the problem is they seems
> different.
> 
> Could you give me an instruction to setup Lucene with some kinds of IDE,
> such as Eclipse, to start

Reply via email to