我正在將MOSS 2007站點遷移到Sharepoint 2010,無需UI升級。在MOSS 2007中,爲了從上傳的文件中搜索特定的關鍵字,我們使用「http://sharepointsearchserv.codeplex.com/」工具。結果使用xml格式。我會從xml中獲取文檔的文件名,現在我將它遷移到2010年,我需要一個新的工具。因此我遇到了這個:http://fastforsharepoint.codeplex.com/。但是這個工具只能搜索到10000條記錄。對於接下來的10000條記錄,它會產生低於錯需要sharepoint 2010搜索工具
<ResponsePacket xmlns="urn:Microsoft.Search.Response">
<Response domain="">
<Status>ERROR_SERVER</Status>
<DebugErrorMessage>System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]</DebugErrorMessage>
</Response>
</ResponsePacket>"
我的查詢是。有什麼替代工具可以使用嗎?