Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Desktop Search via C#

Where can I find documentation about WDS, specifically, using SQL queries from C# to query WDS? Are there any resources listing the columns that can be queried from the SystemIndex? Additionally, I want the query to return the "context" i.e. just like the WDS client does with a few lines from the document where the search terms are found. I am using WDS 4.0 although I believe that the API for 3+ is the same. I have checked MSDN and other sites with no luck.

like image 845
yuben Avatar asked Nov 05 '22 21:11

yuben


1 Answers

Heres is the resource i've used... http://msdn.microsoft.com/en-us/library/aa965362(VS.85).aspx

Also it says this:

"Does Windows Search 4.0 have a new SDK?

The platform for Windows Search 4.0 is unchanged from previous versions of Windows Search. The samples for Windows Search are included in the Windows Vista SP1 SDK. Documentation for developing applications that work with Windows Search can be found on MSDN."

Hope this helps.

like image 148
Gabe Avatar answered Nov 12 '22 20:11

Gabe