how to perform proper indexing and searching in Lucene.Net

Posted by Ashish on Stack Overflow See other posts from Stack Overflow or by Ashish
Published on 2009-09-09T14:21:59Z Indexed on 2010/04/04 20:03 UTC
Read the original article Hit count: 558

Filed under:
|

Dear All,

I have a list of all words in the document. I want to index it and latter I want to retrieve a particular word and some near by words (10 words before the result and 10 words after the result).

What is the proper way of indexing and searching in Lucene.net? Please reply me as soon as possible.

Thanking you,

Ashish

© Stack Overflow or respective owner

Related posts about lucene

Related posts about .NET