我们如何向sharepoint搜索服务发送请求?

时间:2013-04-25 11:48:51

标签: search service request sharepoint-2013

有人可以向我解释我们如何向sharepoint搜索服务发送请求? 我将开始在sharepoint 2013上开发。

感谢您的帮助

1 个答案:

答案 0 :(得分:0)

如果您想使用rest api,那么您可以下载以下搜索工具 http://blogs.msdn.com/b/nadeemis/archive/2012/11/10/sharepoint-2013-search-query-tool-released-on-codeplex.aspx

你输入了值,你将获得其余的api查询。 要使用搜索客户端对象模型,请按照以下链接

http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2012/09/10/how-to-query-search-with-the-sharepoint-2013-client-object-model.aspx

希望有所帮助