I am new to apache lucene. i could not find good enough online guides for lucene.
can any one explain me? Please give me some sample application done in lucene..
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35223
7
posted
0
The Lucene documentation contains a couple of example codes (IndexFiles and SearchFiles) that show how to index and search text files, repectively. There's also an example of how to index HTML, and a web application that uses it. What are you looking for beyond that?