Re: How to start with Lucene 4.6.1

2013-07-08 Thread Shai Erera
I did: http://www.lucenetutorial.com/lucene-in-5-minutes.html Also take a look at our demo code: http://lucene.apache.org/core/4_3_1/demo/src-html/org/apache/lucene/demo/IndexFiles.html . Shai On Tue, Jul 9, 2013 at 5:57 AM, Vinh Đặng wrote: > Hi Shai, > > Thank you very much, I have succeede

Re: How to start with Lucene 4.6.1

2013-07-08 Thread Vinh Đặng
Hi Shai, Thank you very much, I have succeeded with Solr to index and run. But actually, I expected that I can import Lucene as a library (I am not Java expert, more familiar with C/C++) and call some Lucene functions. Could you give me a URL tutorial for Lucene 4 which is useful for Java newbie

Re: How to start with Lucene 4.6.1

2013-07-08 Thread Shai Erera
Well ... at a high level, this is what you should do: 1. Integrate with Apache Tika for parsing the .DOC files (and maybe other office files you have) 2. Tika extracts the contents of the document, as well as some metadata 3. Create a Lucene Document object to which you add Fields:

Re: How to start with Lucene 4.6.1

2013-07-08 Thread Vinh Dang
Sorry for my typo, I mean Lucene 4.3.1, Thank Beale from US for that :) --- Best Regards Vinh Dang dqvin...@gmail.com On Jul 8, 2013, at 9:46 PM, Vinh Dang wrote: > Hi everyone, > > I am very new in Lucene, so please forgive me if my question is quite stupid. > > I spent a whole day to g