0

I have used Lucene .Net for Indexing and using StandardAnalyzer to at time of Indexing. Now I want to search say 'attach'. In document 'attached' is there. How i get the successful hit for word 'attach'. Please help me as soon as possible.

Justin Grant
  • 44,807
  • 15
  • 124
  • 208
  • Ashish, did you find the right answer somewhere else? If so, please add it as an answer below. If my answer was the correct one, please accept it by clicking the big check mark next to it. thanks! – Justin Grant Oct 04 '09 at 23:22

1 Answers1

0

Reducing word forms to their roots is called "stemming" in search engine software. Look at the first answer to How to enable stemming when searching using lucene.net? for a few options for stemmers using Lucene.net.

Community
  • 1
  • 1
Justin Grant
  • 44,807
  • 15
  • 124
  • 208