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.

Note

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

  1. 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

  2. In the Site Collection Administration section of the Site Settings page, click Site collection features.

  3. 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

  1. Create a site collection by using the Enterprise Search Center template, as follows:

    1. Open SharePoint 2010 Central Administration.

    2. In the Application Management section, click Create site collections.

    3. In Template Selection, on the Enterprise tab, click Enterprise Search Center.

    4. Specify values for the required fields in the remaining sections, including Title, URL, and the Primary Site Collection AdministratorUser name fields.

    5. Click OK to create the site collection.

  2. 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

  3. In the Galleries section of the Site Settings page, click Web parts.

  4. 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.

  5. Repeat the previous step for the following entries in the Web Part gallery:

    • Refinement.webpart

    • PeopleRefinement.webpart

    • QuerySuggestions.webpart

  6. 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

  7. In the Galleries section of the Site Settings page, click Web parts.

  8. In the Library Tools section, click Documents.

  9. Click Upload Document.

  10. 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.

  11. In the Web Part Gallery Properties dialog box, type Search for both the Group and Recommendation Settings sections, and then click Save.

  12. 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的更多相关文章

  1. 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 ...

  2. SharePoint 2010 搜索结果没有显示部分文件

    Why SharePoint 2010 search does not show some results?   SharePoint 2010 search is better than ever ...

  3. 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 ...

  4. [sharepoint]Office Web Apps for SharePoint 2010

    Office Web Apps for SharePoint 2010 2012年09月20日 ⁄ 综合 ⁄ 共 908字 ⁄ 字号 小 中 大 ⁄ 评论关闭 After you install Of ...

  5. Backup and restore of FAST Search for SharePoint 2010

    一个同事问我一个问题: 如果FAST Search for SharePoint 2010被full restore到了一个之前的时间点, 那么当FAST Search重新开始一个增量爬网的时候, 会 ...

  6. 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 ...

  7. SharePoint 2010中列表Add和Delete事件解析

    转:http://winsystem.ctocio.com.cn/26/11400026_2.shtml [IT专家网独家撰稿]SharePoint 2010与以前的版本相比,天翻地覆的变化并不为过. ...

  8. WCF:为 SharePoint 2010 Business Connectivity Services 构建 WCF Web 服务(第 1 部分,共 4 部分)

    转:http://msdn.microsoft.com/zh-cn/library/gg318615.aspx 摘要:通过此系列文章(共四部分)了解如何在 Microsoft SharePoint F ...

  9. SharePoint 2010中使用Visual Studio 2010进行方便快速的Web Part开发

    转:http://www.cnblogs.com/fatwhale/archive/2010/02/24/1672633.html 在Visual Studio 2010中,  已经集成了用于Shar ...

随机推荐

  1. 【转】关于loadrunner中设置进程和线程的区别

    loadrunner中,在进行运行设置中有一项选择,是按进程运行Vuser或按线程运行Vuser?下面进行分别来讲: 1.按进程运行Vuser:Controller将使用驱动程序mdrv运行Vuser ...

  2. DOM 1

    首先getAttribute  setAttribute只能被元素节点对象调用.(属性节点和文本节点调用不了) 我们可以通过一下三种方式得到元素: document.getElementById(); ...

  3. JavaScript--浏览器对象模型BOM(17)

    // BOM也叫做浏览器对象模型,它提供了很多对象,用于访问浏览器的功能;这些功能与任何网页内容无关; // BOM缺少规范,每个浏览器提供商都按照自己的想法去扩展它,那么浏览器共有对象就成了事实的标 ...

  4. 每天一道LeetCode--434. Number of Segments in a String

    Count the number of segments in a string, where a segment is defined to be a contiguous sequence of ...

  5. EL表达式获取数据

    EL 全名为Expression Language. EL主要作用 获取数据: •EL表达式主要用于替换JSP页面中的脚本表达式,以从各种类型的web域 中检索java对象.获取数据.(某个web域 ...

  6. ServiceStack简介

    原文:http://bbs.csdn.net/topics/390911450?page=1#post-398388262 在帖子中看到,大致了解了下,非常好的框架,留着学习 https://gith ...

  7. jQuery之选择器

    jQuery元素选择器和属性选择器允许您通过标签名.属性名或内容对 HTML 元素进行选择和操作,而在 HTML DOM中,选择器可以对DOM元素组或单个DOM 节点进行操作.通俗点说,选择器的作用就 ...

  8. swift-自定义无限轮播图

    一  前言 1.之前一直在用OC编程,最近才开始接触使用swift就发现使用OC越来越不习惯,感觉已经爱上了swift. 2.这个自定义轮播图只是对之前OC版本进行了翻译,欢迎指正. 3.我决定一步步 ...

  9. HTML+CSS学习笔记 (14) - 单位和值

    标签:HTML+CSS 颜色值 在网页中的颜色设置是非常重要,有字体颜色(color).背景颜色(background-color).边框颜色(border)等,设置颜色的方法也有很多种: 1.英文命 ...

  10. UI3_视图切换

    // // ViewController.m // UI3_视图切换 // // Created by zhangxueming on 15/7/3. // Copyright (c) 2015年 z ...