Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/vb.net/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Vb.net 如何使用Windows搜索服务而不是旧的索引服务来索引文件?_Vb.net_Search_Indexing_Windows Server 2008_Oledb - Fatal编程技术网

Vb.net 如何使用Windows搜索服务而不是旧的索引服务来索引文件?

Vb.net 如何使用Windows搜索服务而不是旧的索引服务来索引文件?,vb.net,search,indexing,windows-server-2008,oledb,Vb.net,Search,Indexing,Windows Server 2008,Oledb,过去,我在WindowsServer2003上安装了索引服务,并用它为我的网站索引文件。我通过执行带有查询和连接字符串的OleDbCommand来实现这一点 如何使用VB.NET在新的Windows搜索服务Windows Server 2008中实现同样的功能?这是否与我的工作方式相同,因此我只需要更改迄今为止一直为MSIDXS.1的提供程序名称?如果是,新的提供者名称是什么 提前谢谢!: 我在这里找到了一些不错的想法,阅读/讽刺MSDN信息通常很有趣:。您也可以尝试一下SDK,它似乎包含了一些

过去,我在WindowsServer2003上安装了索引服务,并用它为我的网站索引文件。我通过执行带有查询和连接字符串的OleDbCommand来实现这一点

如何使用VB.NET在新的Windows搜索服务Windows Server 2008中实现同样的功能?这是否与我的工作方式相同,因此我只需要更改迄今为止一直为MSIDXS.1的提供程序名称?如果是,新的提供者名称是什么


提前谢谢!:

我在这里找到了一些不错的想法,阅读/讽刺MSDN信息通常很有趣:。您也可以尝试一下SDK,它似乎包含了一些关于如何为WinSearch3编码的示例和其他内容