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.

  • 相关阅读:
    CentOS7安装redis
    apache修改最大连接数报错
    阿里云服务器安全组设置
    CentOS7为firewalld添加开放端口
    php程序报错:PHP Core Warning/cannot open shared object file: No such file or directory
    centos7配置Apache支持HTTPS
    linux系统下Apache日志分割(按天生成文件)
    springboot 项目依赖 es包版本异常
    jboss Marshalling, 服务端收不到消息
    gateway 整合 websocket demo
  • 原文地址:https://www.cnblogs.com/mfrbuaa/p/4484542.html
Copyright © 2011-2022 走看看