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.

  • 相关阅读:
    Java判断字符串是否包含数字
    char 与 String 之间的转换
    hive与hbase整合方式和优劣
    曾经的你-许巍
    Hbase表重命名 表改名
    Eclipse 快键键(持续更新)
    Linux 查看一个端口的连接数
    hbase性能调优(转载)
    Hbase优化记录
    记录下Linux难记实用的命令
  • 原文地址:https://www.cnblogs.com/mfrbuaa/p/4484542.html
Copyright © 2011-2022 走看看