You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@lucene.apache.org by Vinh Đặng <dq...@gmail.com> on 2013/07/07 11:50:33 UTC

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

Re: Bls: How to start with Lucene

Posted by vi...@fsoft.com.vn.
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 <ok...@yahoo.co.id>
Date: Tue, 9 Jul 2013 15:41:00 
To: general@lucene.apache.org<ge...@lucene.apache.org>; dqvinh87@gmail.com<dq...@gmail.com>
Reply-To: "general@lucene.apache.org" <ge...@lucene.apache.org>, Okido
 Takawa Okid <ok...@yahoo.co.id>
Subject: Bls: How to start with Lucene

how about http://www.lucenetutorial.com




________________________________
 Dari: Vinh Dang <dq...@gmail.com>
Kepada: general@lucene.apache.org 
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" <uw...@thetaphi.de>
Date: Sun, 7 Jul 2013 12:11:48 
To: <ge...@lucene.apache.org>
Reply-To: general@lucene.apache.org
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: uwe@thetaphi.de


> -----Original Message-----
> From: Vinh Đặng [mailto:dqvinh87@gmail.com]
> Sent: Sunday, July 07, 2013 11:51 AM
> To: general@lucene.apache.org
> 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

Bls: How to start with Lucene

Posted by Okido Takawa Okid <ok...@yahoo.co.id>.
how about http://www.lucenetutorial.com




________________________________
 Dari: Vinh Dang <dq...@gmail.com>
Kepada: general@lucene.apache.org 
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" <uw...@thetaphi.de>
Date: Sun, 7 Jul 2013 12:11:48 
To: <ge...@lucene.apache.org>
Reply-To: general@lucene.apache.org
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: uwe@thetaphi.de


> -----Original Message-----
> From: Vinh Đặng [mailto:dqvinh87@gmail.com]
> Sent: Sunday, July 07, 2013 11:51 AM
> To: general@lucene.apache.org
> 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

Re: How to start with Lucene

Posted by Vinh Dang <dq...@gmail.com>.
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" <uw...@thetaphi.de>
Date: Sun, 7 Jul 2013 12:11:48 
To: <ge...@lucene.apache.org>
Reply-To: general@lucene.apache.org
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: uwe@thetaphi.de


> -----Original Message-----
> From: Vinh Đặng [mailto:dqvinh87@gmail.com]
> Sent: Sunday, July 07, 2013 11:51 AM
> To: general@lucene.apache.org
> 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


RE: How to start with Lucene

Posted by Uwe Schindler <uw...@thetaphi.de>.
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: uwe@thetaphi.de


> -----Original Message-----
> From: Vinh Đặng [mailto:dqvinh87@gmail.com]
> Sent: Sunday, July 07, 2013 11:51 AM
> To: general@lucene.apache.org
> 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