zoukankan      html  css  js  c++  java
  • SharePoint 2013 搜索SharePoint 特定列和特定文档(自己定义搜索)

    SharePoint 2013 搜索SharePoint 特定列和特定文档

    1,操作步骤和图例,因语言和版本号的不同 我尽量使用抓图方式。
    2.  In Central Administration, in the Application Management section, click Manage service applications.
    3.  Click the Search service application.
    4.  On the Search Administration page, in the Quick Launch, under Queries and Results, click Search Schema. 
    5.  On the Managed Properties page, you see an overview of all the managed properties, the settings on the managed properties and the crawled properties they are mapped to. To view crawled properties, click Crawled Properties. To view crawled property categories, click Categories.

    6,On the New Managed Property page, in the Property name box in the Name and description section, enter the name of the new managed property. You can also enter a description. 

      ***这个页面上有非常多内容,自己打开试一下。 我就不多啰嗦了。 

    7.  In the Type section, select one of the following options for the property:
    Text
    Integer
    Decimal
    Date and Time
    Yes/No
    Double precision float
    Binary


    8.  In the Main characteristics section, select one or several of the following:
    Searchable 
    Advanced Searchable Settings (optional, if Searchable is selected)
    Queryable
    Retrievable
    Allow multiple values
    Refinable
    Sortable
    Alias
    Token Normalization
    Complete Matching


    Important: 
    If you want to be able to use this managed property as a refiner, you must select both Refinable and Queryable. 

    9.  In the Mappings to crawled properties section, click Add a mapping. 

    10.  On the Crawled property selection page, select a crawled property to map to the managed property and then click OK. Repeat this step to map more crawled properties.

    11.  On the New Managed Property page, in the Mappings to crawled properties section, specify if you want to include:
    All content from all crawled properties mapped to this managed property
    Content from the first crawled property that contains a value and, optionally, in which order.

    12.  In the Company name extraction section, you can optionally select the check box to enable company name extraction. 

    13.  In the Custom entity extraction section, you can optionally select the check box to enable custom entity extraction. See Create and deploy custom entity extractors in SharePoint Server 2013 for the procedures.

    14.  Click OK.



    Important: 
    You have to perform a full crawl of the content source or sources that contain this new managed property to include it in the search index. If the new managed property is in a SharePoint library or list, you have to reindex that library or list.

  • 相关阅读:
    PHP连接MySQL报错:SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket 'MySQL' (2)
    Nginx 开启PATHINFO支持ThinkPHP框架实例
    《征服 C 指针》笔记6:练习——挑战那些复杂的声明
    《征服 C 指针》摘录4:函数 与 指针
    《征服 C 指针》摘录5:函数形参 和 空的下标运算符[]
    《征服 C 指针》摘录3:数组 与 指针
    《征服 C 指针》摘录2:C变量的 作用域 和 生命周期(存储期)
    《征服 C 指针》摘录1:什么是空指针?区分 NULL、0 和 ''
    自定义 array_map() 对应的递归函数 array_map_recursive()
    【C语言入门教程】7.5 枚举
  • 原文地址:https://www.cnblogs.com/mfrbuaa/p/4484542.html
Copyright © 2011-2022 走看看