问题描述
我创建了HNSC作为我的网络应用程序:Http://Portal.domain.com
i Have created HNSC as my Web App:Http://Portal.domain.com
WebApplication(Http://Portal.domain.com)我创建了四个HNSC作为暂停
Under the WebApplication(Http://Portal.domain.com) i have created four HNSC as fallowing
1。 Https://default.domain.com
1. Https://default.domain.com
2。 Https://pre.domain.com
2. Https://pre.domain.com
3. Https://A.domain.com
3. Https://A.domain.com
4. Https://B.domain.com并配置了搜索
4. Https://B.domain.com and configured Search
现在的问题是,搜索没有抓取两个HNSC( Https://A.domain.com和 Https://B.domain.com )
Now the issue is,the search is not crawling two HNSC (Https://A.domain.com and Https://B.domain.com )
我只能看到 1。 Https://default.domain.com和 2。 HTTPS://pre.domain.com 在搜索结果中
I am able to see only 1. Https://default.domain.com and 2. Https://pre.domain.com in search results
请建议
推荐答案
通常情况下,添加网页时应用程序URL作为内容源中的起始地址,它应该抓取Web应用程序下的每个托管名称网站集。
Normally, when adding the web application URL as the start address in the content source, it should crawl every hosted name site collection under the web application.
但是主机名网站集必须使用与Web相同的协议应用程序在默认区域中。
But the Host-name site collection must use the same protocol as the web application in the default zone.
您可以在默认区域中将主机名重命名为"http://",并将"https://"放在Intranet区域中。
You could re-name the host-name as "http://" in the default zone and put the "https://" in the intranet zone.
然后重置IIS,重置搜索索引并运行完全爬网。
Then reset IIS, reset search index and run a full crawl.
有关更多详细信息,请参阅以下文章。
For more detailed information, refer to the article below.
当主机命名网站集URL为https时,搜索不抓取。
Search not crawling when the host named site collection URL is https.
http://stefaanvangoolen.com/search-not-crawling-whe n-the-host-name-site-collection-url-is-https /
祝你好运,
Sara Fan
这篇关于使用主机命名的网站集搜索Sharepoint 2013问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!