使用 SharePoint Server 2007 对 Oracle 门户进行爬网时出现问题

发布于 2024-08-30 05:03:16 字数 100 浏览 3 评论 0原文

当我们尝试从 SharePoint Server 2007 搜索爬网程序对 Oracle Portal 建立索引时,出现“无索引属性”错误。内容源添加成功。错误消息出现在爬网程序日志中。

We got "No Index Attribute" error when we try to indexing Oracle Portal from SharePoint Server 2007 Search crawler. The content source is added successfully. The error messages appear in the crawler log.

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

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

发布评论

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

评论(1

在你怀里撒娇 2024-09-06 05:03:16

可能是以下几个原因:

  1. html 中的以下标记:
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
  1. robots.txt 文件中的条目阻止爬网程序
  2. 身份验证问题阻止对内容的访问

It could be several things:

  1. The following tag in the html:
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
  1. An entry in the robots.txt file blocking the crawler
  2. An Authentication problem blocking access to content
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文