Search code examples
c#.netwindowssearcholedb

Windows Search using OLE DB SQL Fields


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?


Solution

  • 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