views:

29

answers:

2

Hi

I need to use Windows Search within my .NET application to search for certain files containing certain keywords. All of this seams easy enough using OLE DB to connect to the Windows Search data store on Windows 7.

I have what I hope is a seriously easy question. I have been searching high and low for the field definitions for the SQL Query for Windows Search so I can simply work out what I can search on and what I can get back in my result set. I have not managed to find this anywhere.

Can anyone point me in the right direction?

A: 

Querying the Index Programmatically is the landing page from where you can find relevant info. Microsoft Windows Search 3.x SDK has sample applications in C#/.NET/Visual Studio

Khurram Aziz
Hi KhurramThanks for that. I have found these pages already but I still can't find a breakdown of what the fields are that I can actually query on and get returned from my SQL statement. I can find the syntax of the SQL I can use which is fine as it is standard SQL but not the allow "table" definition for lack of a better description for what I am actually querying against.Any ideas?
Iain Kelwick
A: 

OK. I have finally found all of the elements I might need. They are located here:

http://msdn.microsoft.com/sv-se/library/ff518152(v=VS.85).aspx

Almost too many to mention

Iain Kelwick