Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to implement site search in asp.Net. I have come across Lucene.Net

DotLucene: Full-Text Search for Your Intranet or Website using 37 Lines of Code[^]

How could I use it for dynamic content. Like I have following db structure.
id,title,contentfilepath. contentfilepath has filename which is created by html editor in cms panel and saved in specified folder in root directory. I have also implemented url rewriting for the same. How can I implement search ?
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900