We are building an internal application where users have the option to save word documents in the system,But the issue is the users should have the ability to search for these documents by keywords. We use asp.net,c# and Sqlserver 2008.I was wondering to save these documents in a Varchar field and then searching these fields for keywords or do i need to use full text search using Solr/Lucene.
I would like to know if this is the efficient design for this purpose.
Thanks in advance !