How to: Add SharePoint 2010 Search Web Parts to Web Part Gallery for Upgraded Site Collections
When you upgrade to Microsoft SharePoint Server 2010, some of the new SharePoint Enterprise Search Web Parts are missing from the Web Part gallery for upgraded site collections. The following are the missing Web Parts:
Refinement Panel
Related Queries
People Refinement Panel
Dual Chinese Search
This topic describes how you can add these Web Parts to the Web Part galleries of the upgraded site collections.
![]() |
---|
The Web Part galleries for new site collections will contain these Web Parts; they will be missing only from upgraded site collections. |
You can add the missing Web Parts in two ways:
Activate the Search Server Web Part feature.
Add the Web Parts manually to the Web Part gallery.
To activate the Search Server Web Part feature
To open the Site Settings page for the top-level (root) site of the upgraded site collection, append /_layouts/settings.aspx to the root site's URL, as follows:
http://RootSiteURL/_layouts/settings.aspx
In the Site Collection Administration section of the Site Settings page, click Site collection features.
For Search Server Web Parts, click Activate.
Important
Activating the Search Server Web Part feature adds only the Web Parts that exist in Microsoft SharePoint Server 2010 for Search, so the People Refinement Panel Web Part will not be added to the Web Part gallery. You must add this Web Part manually, by using the steps described in the next procedure.
To add the Web Parts manually to the Web Part gallery
Create a site collection by using the Enterprise Search Center template, as follows:
Open SharePoint 2010 Central Administration.
In the Application Management section, click Create site collections.
In Template Selection, on the Enterprise tab, click Enterprise Search Center.
Specify values for the required fields in the remaining sections, including Title, URL, and the Primary Site Collection AdministratorUser name fields.
Click OK to create the site collection.
To open the Site Settings page for the site you just created, append /_layouts/settings.aspx to the site's URL, as follows:
http://ServerName/SiteName/_layouts/settings.aspx
In the Galleries section of the Site Settings page, click Web parts.
Select the check box for the DualChinese.dwp entry in the gallery, click Download a Copy, and then click Save to save a copy of the .dwp file to your computer.
Repeat the previous step for the following entries in the Web Part gallery:
Refinement.webpart
PeopleRefinement.webpart
QuerySuggestions.webpart
To open the Site Settings page for the root site of the upgraded site collection, append /_layouts/settings.aspx to the root site's URL, as follows:
http://RootSiteURL/_layouts/settings.aspx
In the Galleries section of the Site Settings page, click Web parts.
In the Library Tools section, click Documents.
Click Upload Document.
Click Browse, navigate to the location where you saved the downloaded files from steps 4 and 5, select DualChinese.dwp, click Open, and then click OK.
In the Web Part Gallery Properties dialog box, type Search for both the Group and Recommendation Settings sections, and then click Save.
Repeat steps 9 through 11 for the following Web Part files:
Refinement.webpart
PeopleRefinement.webpart
QuerySuggestions.webpart
The missing Search Web Parts are now available to any site within the upgraded site collection.
http://msdn.microsoft.com/en-us/library/ff512796(v=office.14).aspx
How to: Add SharePoint 2010 Search Web Parts to Web Part Gallery for Upgraded Site Collections的更多相关文章
- Searching External Data in SharePoint 2010 Using Business Connectivity Services
from:http://blogs.msdn.com/b/ericwhite/archive/2010/04/28/searching-external-data-in-sharepoint-2010 ...
- SharePoint 2010 搜索结果没有显示部分文件
Why SharePoint 2010 search does not show some results? SharePoint 2010 search is better than ever ...
- Customize the SharePoint 2013 search experience with a Content Enrichment web service
Did you ever wish you had more control over how your content is indexed and presented as search resu ...
- [sharepoint]Office Web Apps for SharePoint 2010
Office Web Apps for SharePoint 2010 2012年09月20日 ⁄ 综合 ⁄ 共 908字 ⁄ 字号 小 中 大 ⁄ 评论关闭 After you install Of ...
- Backup and restore of FAST Search for SharePoint 2010
一个同事问我一个问题: 如果FAST Search for SharePoint 2010被full restore到了一个之前的时间点, 那么当FAST Search重新开始一个增量爬网的时候, 会 ...
- How does Web Analytics works under sharePoint 2010
[http://gokanx.wordpress.com/2013/06/15/how-does-web-analytics-works-under-sharepoint-2010/] You nee ...
- SharePoint 2010中列表Add和Delete事件解析
转:http://winsystem.ctocio.com.cn/26/11400026_2.shtml [IT专家网独家撰稿]SharePoint 2010与以前的版本相比,天翻地覆的变化并不为过. ...
- WCF:为 SharePoint 2010 Business Connectivity Services 构建 WCF Web 服务(第 1 部分,共 4 部分)
转:http://msdn.microsoft.com/zh-cn/library/gg318615.aspx 摘要:通过此系列文章(共四部分)了解如何在 Microsoft SharePoint F ...
- SharePoint 2010中使用Visual Studio 2010进行方便快速的Web Part开发
转:http://www.cnblogs.com/fatwhale/archive/2010/02/24/1672633.html 在Visual Studio 2010中, 已经集成了用于Shar ...
随机推荐
- MySQL防注入[待续]
1.将输入的参数变成整数 $id = isset[$_GET['tid']]?$_GET['tid']+0:0; 可以防止:"*.php?tid=3 or 1"这样的语句.
- MVC小例子
[约定胜于配置] 1. 右键Mode数据层添加新建项,用linq连接数据库 (不要在控制层上直接操控linq,要在数据层新建一个类,来对数据库进行操作) 2. 右键Mode数据层添加类,来完成对数据库 ...
- C# 将日期转换成中文格式
没有什么难点,只是要小心,要考虑到月.日上 10 的说法,比如:10 不能直接转换成一〇,也不能像上 20 那样转换成一十〇,应该是十. 特点总结: 数字为 10 时,结果为十: 数字大于 10 时, ...
- C++11智能指针
今晚跟同学谈了一下智能指针,突然想要看一下C++11的智能指针的实现,因此下了这篇博文. 以下代码出自于VS2012 <memory> template<class _Ty> ...
- UBUNTU12.4 安装磊科无线网卡驱动
UBUNTU12.4 安装磊科无线网卡驱动 在淘宝低价买了一个网卡,回来发现不能用 ,擦 无语了. 无赖只能在网上各种找驱动,编译 安装 .今天在终于安装好了WIFI驱动了: 下载地址:https:/ ...
- linux系统目录架构
/bin目录:可执行的二进制文件,shell命令(就是我们说的命令:cp ls ...),所有用户都有权执行. /boot目录:引导目录,整个操作系统启动所需的所有文件都在该目录下,其中最主要的就是v ...
- winform 清空界面所有控件已输入的值
rivate void btnClear_Click(object sender, EventArgs e){ ClearCntrValue(this.pnlContent);} 复制代码/// ...
- php生成圆形图片
http://files.cnblogs.com/files/adtuu/circle_image.zip
- perl编程中的map函数示例
转自:http://www.jbxue.com/article/14854.html 发布:脚本学堂/Perl 编辑:JB01 2013-12-20 10:20:01 [大 中 小] 本文介绍 ...
- Waring:This LinearLayout layout or its FrameLayout parent is useless; transfer the background attribute to the other view
解决方法请参考: You have a single component (row) vertical linear layout, containing another linear layout. ...