How do I index .doc and .pdf files stored in a database (which uses MS SQL Server) in asp.net (C#)?
+7
A:
You need to read into Full Text Search and iFilter- here is the MSDN docs for IFilter. It looks like there is even an IFilter MSDN blog.
This site looks like it has a good list of filters you can download.
RichardOD
2009-06-30 08:14:50
A:
You may want to check this out this and this.
Link Txt: http://www.codeproject.com/KB/IP/Searcharoo_4.aspx
Link Txt: http://www.searcharoo.net/
this. __curious_geek
2009-06-30 08:24:04
+1
A:
Lucene.net is another well supported option. It's open source, too.
smercer
2009-06-30 14:32:36