专用抓取服务器的配置 [英] Configuration of Dedicated Crawl Servers

查看:57
本文介绍了专用抓取服务器的配置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在测试在服务器场中使用专用服务器进行爬网的配置,如下所述:

We are testing the configuration of using dedicated servers in our farm for crawling outlined here:

https://technet.microsoft.com/zh-cn/library/dd335962(v = office.14).aspx

https://technet.microsoft.com/en-us/library/dd335962(v=office.14).aspx

我不清楚该参数:

$URLOfDedicatedMachine = New-Object System.Uri("<Dedicated crawl target URL>")

我们有多个具有多个IP地址的Web应用程序,并正在尝试将爬网转移到某些ips/Web应用程序.

We have multiple web applications with multiple ip addresses and are trying to divert crawls to certain ips/web apps.

我们的第一次尝试是仅使用IP地址

Our first attempt was to use just an IP address

$ URLOfDedicatedMachine = New-Object System.Uri("http://10.xxxx")

$URLOfDedicatedMachine = New-Object System.Uri("http://10.x.x.x.x")

看起来有些东西爬到了根网站集中,但是当它到达托管路径时,它开始失败

It looks like some things crawled inside the root site collection but when it got to managed paths it started failing

该项目的URL无法解析.仓库 可能不可用,或者未配置搜寻器代理设置.到 配置搜寻器代理设置,请使用搜索管理"页面. ( 错误 从SharePoint网站:WebExceptionStatus:NameResolutionFailure远程名称 无法解决:"团队";搜索ID = 4A7D20A7-DD4F-404E-8226-1EEA2917DEEF )

The URL of the item could not be resolved. The repository might be unavailable, or the crawler proxy settings are not configured. To configure the crawler proxy settings, use Search Administration page. ( Error from SharePoint site: WebExceptionStatus: NameResolutionFailure The remote name could not be resolved: 'team'; SearchID = 4A7D20A7-DD4F-404E-8226-1EEA2917DEEF )

我们尝试使用AAM解决这些问题,但没有任何效果.关于如何正确配置的任何想法?

We have tried using AAMs to resolve these but nothing is working. Any ideas on how to properly configure?

此外,添加2个或更多专用爬网服务器的命令顺序是什么?

Also, what is the command sequence to add 2 or more dedicated crawl servers?

推荐答案

嗨jvpenna18,

Hi jvpenna18,

在命令"


URLOfDedicatedMachine = New-Object System.Uri(<"专用爬网目标URL>)"中,专用爬网目标URL"是您要用于抓取的WFE的URL,而不是Web应用程序的IP地址.
URLOfDedicatedMachine = New-Object System.Uri("<Dedicated crawl target URL>")", the "Dedicated crawl target URL" is the the URL of the WFE that you would like to dedicate for crawling, instead of web application IP address.

此外,如果要添加多个专用爬网服务器,则可以运行多个

Besides, if we want to add more than one dedicated crawl servers, we can run more than one


listOfUri.Add(…")命令,如下所示:
listOfUri.Add("…") command as below:


这篇关于专用抓取服务器的配置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆