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: Lucene in Action

2013-07-15 Thread Vinh Đặng
Dear everyone, Sorry if I raised this question again. I quoted my previous email here. " I still find a details tutorial which guide me step by step, from >> download lucene until configure IDE (I unzipped lucene and received a >> complex folder - I don't know what should I do next?) >> >> And,

What is text searching algorithm in Lucene 4.3.1

2013-07-16 Thread Vinh Đặng
Hi all, I am trying to apply Lucene for a specific domain, so I need to customize the text searching / text comparing algorithm of Lucene. Is there any guideline / tutorial or article which explains about how Lucene search and answer the query? Thank you very much. -- Thank you v