是否可以在 HTML 标记中定义 SharePoint 元数据?
我正在使用 SharePoint 搜索来爬网由标准 HTML 文件组成的外部网站。似乎我缺少很多功能,因为文件不存储在 SharePoint 本身中,并且没有自定义元数据、列和托管属性。
是否可以在 HTML 文件中创建标记以供 SharePoint 爬网并用作托管属性?
I am using SharePoint search to crawl an external website which is made up of standard HTML files. Seems like I am missing a lot of the functionality since the files are not stored in SharePoint itself and don't have custom meta data, columns and managed properties.
Is it possible to create tags in the HTML file to be crawled by SharePoint and used as managed properties?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
理论上是的,但它需要大量的自定义,因为您必须创建一个 i-filter 来处理 html 对象的请求并读取您的元数据标签并将其存储到搜索数据库中的元数据属性。然后将其传递给实际的 i-filter 以在处理时对其进行处理。
使用 OOTB 功能这是不可能的
theoretically yes but it would require lot of customization as you have to create a i-filter which will handle request for html objects and reads your metadata tags and store it to metadata properties in search database. and then pass it to actual i-filter to process it as it was being processed.
using OOTB functionality it would not be possible
也希望这样做,根据这些 两个 博客< /a>,这可以使用 html 元标记来实现
Also looking to do this, according to these two blogs, this may be possible using html meta tags