【发布时间】:2015-01-28 15:27:16
【问题描述】:
我正在将 MOSS 2007 站点迁移到 sharepoint 2010,而无需升级 UI。在 MOSS 2007 中,要从网站上传的文档中搜索特定关键字,我们使用“http://sharepointsearchserv.codeplex.com/”工具。结果使用 xml 格式。我会从 xml 中获取文档的文件名,现在我将它迁移到 2010,我需要一个新工具。因此我遇到了这个:http://fastforsharepoint.codeplex.com/。但是这个工具只能搜索到 10000 条记录。对于接下来的 10000 条记录,它会产生以下错误。
<ResponsePacket xmlns="urn:Microsoft.Search.Response">
<Response domain="">
<Status>ERROR_SERVER</Status>
<DebugErrorMessage>System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]</DebugErrorMessage>
</Response>
</ResponsePacket>"
我的问题是。有没有我可以使用的替代工具?
【问题讨论】:
标签: sharepoint sharepoint-2010