views:

115

answers:

1

I need to storage and index files, like PDF and office files. Currently I'm using Sql Server 2k8 to perform this task using the Full text search with IFilters. My question is: Is this the "best" way? Should I switch, for instance, to Lucene for indexing?

Thanks

+3  A: 

This question is not new. Read this and this threads. And I recommend to use Lucene from my experience. It's a bit harder to set up it but it works very good.
Also you may have a look at Sphinx. It looks very good and has positive replies.

zihotki