Querying Windows file indexing service using C#

℡╲_俬逩灬. 提交于 2019-11-26 23:17:56

问题


Is it possible to query file indexing service using C#? Does file indexing service expose a database? If so what is the scheme of this database?


回答1:


The thing is now called 'Windows Search'. Current version is 4.0. A special SDK exists and documentation is readily available in MSDN

So the answer is positive: yes, it it possible. Here's the page with more info.



来源:https://stackoverflow.com/questions/4131420/querying-windows-file-indexing-service-using-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!