You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by rahul reddy <v....@gmail.com> on 2012/03/02 20:01:47 UTC

NEW TO LUCENE

Hi ,


I'm new to Lucene.Can anyone tell me how can i start learning about it with
the code base.
I have knowledge of endeca search engine and have worked on it.
So, if anyone could relate it and give any any start.

--
View this message in context: http://lucene.472066.n3.nabble.com/NEW-TO-LUCENE-tp3794428p3794428.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: NEW TO LUCENE

Posted by Shashi Kant <sk...@sloan.mit.edu>.
This book is your best buddy: http://www.manning.com/hatcher3/



On Fri, Mar 2, 2012 at 2:01 PM, rahul reddy <v....@gmail.com> wrote:

> Hi ,
>
>
> I'm new to Lucene.Can anyone tell me how can i start learning about it with
> the code base.
> I have knowledge of endeca search engine and have worked on it.
> So, if anyone could relate it and give any any start.
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/NEW-TO-LUCENE-tp3794428p3794428.html
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>

Re: NEW TO LUCENE

Posted by Saurabh Gokhale <sa...@gmail.com>.
Hi Rahul,

The first thing you should do it get a copy of "Lucene in Action, Second
Edition" book and start reading from head to toe. This book is fabulous
book on lucene and give you complete insight into this framework.

Also if you want to use lucene to develop some kind of seach interface,
then the chances are that you will end up using Apache solr eventually.

I would recommend to start reading about Solr as well which is a search
framework on top of lucene. It hides lot of complexities of lucene and
still gives you all (at least most of the :)  the benefits of Lucene and
many more of its own.

Some sites where you can get wealth of information about lucene
http://lucene.apache.org/
http://www.lucidimagination.com
http://www.codemaps.org/c/Lucene
http://www.rce-cast.com/Podcast/rce-67-lucene-indexing-and-search-v2.html(just
saw Brock's
mail regarding this podcast, havnt  checked myself yet but I am sure it
will be good.)

I dont have idea about endeca search engine.. but I am sure some one will
come back with comparisons. Actually after lucene and solr I bet you wont
go for any other search framework :)

Thanks

Saurabh


On Fri, Mar 2, 2012 at 1:01 PM, rahul reddy <v....@gmail.com> wrote:

> Hi ,
>
>
> I'm new to Lucene.Can anyone tell me how can i start learning about it with
> the code base.
> I have knowledge of endeca search engine and have worked on it.
> So, if anyone could relate it and give any any start.
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/NEW-TO-LUCENE-tp3794428p3794428.html
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>