Re: Beginning with Lucene

2012-12-05 Thread Mohammad Tariq
Thank you for the tip Ian. Regards, Mohammad Tariq On Wed, Dec 5, 2012 at 3:10 PM, Ian Lea wrote: > Read Lucene in Action. The fundamental concepts and techniques haven't > changed. You can keep a copy of the release notes and migration > guides for later versions to hand. > > > -- > Ian

Re: Beginning with Lucene

2012-12-05 Thread Ian Lea
Read Lucene in Action. The fundamental concepts and techniques haven't changed. You can keep a copy of the release notes and migration guides for later versions to hand. -- Ian. On Wed, Dec 5, 2012 at 12:55 AM, Mohammad Tariq wrote: > Sorry to be a pest of question guys. But, I need some more

Re: Beginning with Lucene

2012-12-04 Thread Mohammad Tariq
Sorry to be a pest of question guys. But, I need some more help. As I have just started, I was not able to decide whether to read "Lucene in action" or not, as it is focusing on older versions. I have gone through the Kelvin Tan's "HelloLucene" example and found it very beneficial. Is there any oth

Re: Beginning with Lucene

2012-12-04 Thread Mohammad Tariq
Hello Yann-Erwan, That might be a reason or perhaps something was missing from my side. But with the help of above replies I was able to it. Being new I was not aware of the changes made in the API. Till now I have found Lucene very interesting and i'll try to explore as much as I can. :) T

Re: Beginning with Lucene

2012-12-04 Thread Yann-Erwan Perio
On Tue, Dec 4, 2012 at 4:32 PM, Mohammad Tariq wrote: Hi, > Thank you so much for the quick response guys. Got it working. I had to add > two more jars along with lucene-core-4.0.0.jar. Thanks again. There were some API and packaging changes when the v4 came out, so possibly the tutorial that y

Re: Beginning with Lucene

2012-12-04 Thread Mohammad Tariq
Thank you so much for the quick response guys. Got it working. I had to add two more jars along with lucene-core-4.0.0.jar. Thanks again. Regards, Mohammad Tariq On Tue, Dec 4, 2012 at 8:48 PM, BIAGINI Nathan wrote: > Le 04/12/12 16:06, Mohammad Tariq a écrit : > > Hello list, >> >>

Re: Beginning with Lucene

2012-12-04 Thread BIAGINI Nathan
Le 04/12/12 16:06, Mohammad Tariq a écrit : Hello list, I am entirely new to Lucene and was trying yo get myself familiar with it with the help of tutorial presented here : http://www.lucenetutorial.com/lucene-in-5-minutes.html I was trying to execute the example code given here, but

Re: Beginning with Lucene

2012-12-04 Thread Nicola Buso
On Tue, 2012-12-04 at 20:36 +0530, Mohammad Tariq wrote: > Hello list, > > I am entirely new to Lucene and was trying yo get myself familiar > with it with the help of tutorial presented here : > http://www.lucenetutorial.com/lucene-in-5-minutes.html > > I was trying to execute the examp