![]() |
![]() |
![]() |
Can SQLServer index microsoft document formats? Can SQLServer index the text in word,powerpoint,excel etc..?
Sumit
If I remember correctly it relies on the indexing service, wich can index anything for which it has an IFilter ( http://msdn.microsoft.com/library/default.asp?url=/library/en-us/indexsrv/html/ixrefint_9sfm.asp ). That includes the office formats and also e.g. PDF's and many others (e.g. http://www.ifiltershop.com/ )
Just me (Sir to you)
The Indexing Service is not very good. It's not bad, mind you, but not good, either.
Brad Wilson (dotnetguy.techieswithcats.com)
Brad, does dtsearch integrate with 3rd party products - does it have API's etc?
Sumit
Yes, it has extensive APIs. We use it from .NET, with a RCW wrapped around its COM interface APIs. I seem to recall it also has native C++ APIs, among other things.
Brad Wilson (dotnetguy.techieswithcats.com)
You guys are killin' me, you know that, don't you? I mean, they just fall into my lap and I'm supposed to ignore them?
Philo
Remember Philo, the S word uses the index server as well.
Unfocused Focused
Actually it doesn't - S*P* 2001 did, because files were kept in OS folders. S*P* 2003 uses SQL Server's full-text search engine, since all files are stored in SQL Server as blobs.
Philo
I hate to correct you Philo, but on this one you're wrong.
Unfocused Focused
That's bizarre. I remember typing "I'm not sure how SPS indexes external content - I'll have to find out" but I didn't post it. :/
Philo
|