SharePoint 中的企业搜索 Web 服务
我对 SharePoint 中的企业搜索有疑问。我通过 Web 服务 (.../_vti_bin/search.asmx) 使用此功能。有一些标准属性集(名称、标题...)作为搜索结果返回。对于更多属性,我创建了新的“元数据属性映射”并开始完全爬行,以确保索引中的属性将被更新。所以我的问题是:
搜索结果中的某些属性为空(例如映射到 ows_BaseName 的属性)。这是安全问题吗?
我需要唯一标识从搜索返回的对象(目前只有文件)。所以我想使用ows_GUID,因为我需要从列表服务中获取有关该对象的更多信息。但我在“元数据属性映射”的属性列表中找不到属性 ows_GUID。我可以映射任何属性吗?
实际上,如果我可以映射“元数据属性映射”中的所有属性,我不需要在列表 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:
Some of the attributes are in search results empty (for example property mapped on ows_BaseName). Is it a security issue?
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?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我确定一件事,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.