SharePoint 中的企业搜索 Web 服务

发布于 2024-08-07 21:34:19 字数 481 浏览 3 评论 0原文

我对 SharePoint 中的企业搜索有疑问。我通过 Web 服务 (.../_vti_bin/search.asmx) 使用此功能。有一些标准属性集(名称、标题...)作为搜索结果返回。对于更多属性,我创建了新的“元数据属性映射”并开始完全爬行,以确保索引中的属性将被更新。所以我的问题是:

  1. 搜索结果中的某些属性为空(例如映射到 ows_BaseName 的属性)。这是安全问题吗?

  2. 我需要唯一标识从搜索返回的对象(目前只有文件)。所以我想使用ows_GUID,因为我需要从列表服务中获取有关该对象的更多信息。但我在“元数据属性映射”的属性列表中找不到属性 ows_GUID。我可以映射任何属性吗?

  3. 实际上,如果我可以映射“元数据属性映射”中的所有属性,我不需要在列表 Web 服务上使用额外的调用。但如果我不能,我如何唯一标识从搜索服务返回的对象来查询列表服务?

问候

安东·卡尔西克

I have a question to Enterprise Search in SharePoint. I use this functionality over web service (.../_vti_bin/search.asmx). There are some standart set of attributes (Name, Title...) returned as search result. For more attributes I created new "Metadata Property Mappings" and started full crawl, to be sure attributes in index will be updated. So here my questions:

  1. Some of the attributes are in search results empty (for example property mapped on ows_BaseName). Is it a security issue?

  2. I need uniquely identify object returned from search (to this time only files). So I want to use ows_GUID, because I need to get more informations from list service about this object. But I can't find property ows_GUID in list of properties in "Metadata Property Mappings". Can I map any property?

  3. Actually if I could map all properties in "Metadata Property Mappings", I didn't need to use extra call on List web service. But if I can't, how can I uniquely identify object returned from search service to query a List service?

Regards

Anton Kalcik

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

大海や 2024-08-14 21:34:19

我确定一件事,ows_Guid 不能使用,称之为错误。最后一张不太明白你的意思。

I know one thing for sure, ows_Guid can't be used, call it a bug. The last one not sure what you mean.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文