Expertise Backend

Prerequisites

  • SmartHub: Installed and correctly configured

When using Expertise with SharePoint the maximum row limit is 500.

How to Install the Expertise Locator

Add the Expertise Locator Backend

  1. Click General Settings in the left side navigation menu.

  2. Click the Add New Backend link.

  3. Enter the backend details:
    1. Enter and record the backend name (you will use this name for the query template from the Recipe page).
    2. Select "Expertise Locator" from the drop-down list.
    3. Click OK.



  4. To make the Expertise Locator backend your main backend:
    1. Select your current backend (linked name)
    2. Click Edit backend settings...
    3. Select "Expertise Locator" from the Backend type drop-down menu.
    4. Click OK.

Ensure at least One Additional Backend is Available and Configured

  1. Click General Settings from the left horizontal navigation menu.

  2. Under Backends, there must be at least one additional, non-Expertise backend installed and configured.
    1. Expertise Locator uses the other backend(s) as a source.
    2. Without an additional backend, no results are returned.

Overwrite the Property Mapper Query and Results Pipeline Stages

  1. Go to General Settings.

  2. For every non-Expertise backend, add the following parameters, (if missing), mapped, into the Property Mapper stage.
    1. This must be done to the Property Mapper stage under both the Query and Results  Pipeline Stages so that the following mappings exist:
      • date
      • filetype
      • clickUri
      • author
      • excerpt
      • email
      • phone
      • name
      • location
      • department
      • title
      • Title

Example

For example, if you have a SharePoint backend, you might use these values:

Sample Values

Copy
date,LastModifiedTime;
filetype,FileType;
FileExtension,FileType;
clickUri,OriginalPath;
author,DisplayAuthor;
excerpt,HitHighlightedSummary;
email,WorkEmail;
phone,DocId;
name,PreferredName;
location,BaseOfficeLocation;
department,Department;
title,Title;
Title,Title;

Configure Your Expertise Locator Pages

  1. Go to the SmartHub Administration page.

  2. Click the "Expertise Locator" link in the left navigation panel
    1. Alternatively you can directly access http(s)://<Smarthub_site_URL>:port/_admin/ExpertiseFinder/default.aspx 



  3. Configure your Expertise search page one of two ways:

    • Recipe Method:
      1. Using an existing recipe:
        1. Cast a role
        2. Find a guru
          or
    • Page Builder Method:
      1. Build the page by specifying your own settings

Model Settings tab

Search Model

For a general purpose Expertise setup, BA Insight recommends using: Entities based on related and Entity Search.

Note: The settings below are stored in a JavaScript file named config.js stored at the SmartHub root level.

Recipe Method

The recipe method is preset for one of two options:

  • Find a guru
  • Cast a role

The configuration options available, as described below, vary slightly, based on which option you select.

  • Entities based on related – Two Stage
    • The user query is used to search among the evidence corpus
    • Experts are derived solely based on evidence
    • This option does return experts that match the user query only by their user profile
  • Entities based on related and Entity Search
    • The user query is used for searching in both:
      • Evidence corpus
      • User profile
    • If at least one matches then the person is recommended as an expert
  • Entities based on related – Two Stage Curated 
  • Entities based on related – Large pool
    • The user query searches, in order:
      1. User profiles - so that the most important profiles are returned
      2. Content created only by the users returned in step 1
    • Experts are derived from the authors of the documents returned in the second step
  • Simple Entity record search
    • This is simple “People Search”
  • Smart Select
    • Selects one of Entities based on related – Two Stage or Entities based on related – Large pool based on the applied refiners
    • If there are more refiners related to evidence than person then Entities based on related – Two Stage is used
  • Custom Model
    • Enables you to load a custom model.
    • Requires written code. The code .dll file must be loaded.
  • Entity property name
    • Property in the entity query linked to related records
    • Example: People
  • Related property name
    • Property that links related records to the entity query
    • Examples: author, docAuthorAccount
  • Property restriction operator
    • The operator used when creating property restrictions
  • Reduction filter: The mechanism that selects relevant related records
    • Facet reduction:
      • A filter reduction. Counts related records to rank search results.
      • For example, a search for "California labor law," if user Joe has 300 records and user Sally has 50 records, Joe is recommended as the expert.
    • Metadata reduction
      • Related record relevance is used when calculating ranks
    • Customer Filter
      • Custom filter name:Specify a custom filter name from the registered backend filters
      • Row limit: The max number of related records to be considered
  • Filter Limit
    • The max number of values extracted from related facet.
      Note: A large Filter limit can cause performance issues
  • Entity record result source
    • The result source to pick entity records from



  • Related record result source
    • The result source to pick related records from

Criteria Settings Tab

  • Property: The name of the managed property
  • Role: Specify whether this applies to entity or related records


  • Default property: Select the default priority for criterion


  • Add criterion...: Use this option to add additional properties

Additional Parameters tab

Additional model and filter parameters.

  • Parameter name
  • Parameter value

Query Template

BA Insight recommends you use: Entities based on related and Entity Search for a general purpose Expertise setup.

  1. Make sure the Query template field contains the parameter FederatorBackends:"<your expertise backend name>" .
  2. Make sure the Query template field contains the parameter ExpertiseEntitiesBackends:"<entity backend name>;<other entity backend>"
  3. Make sure the Query template field contains the parameter ExpertiseRelatedRecordsBackends:"<related records backend name>;<other related records backend name>"
  4. In order to add weight to the Expertise Related Records Backends the following format should be used:  ExpertiseRelatedRecordsBackends:"<related records backend name>:<related records backend weight>;<other related records backend name>:<other related records backend weight>"


Adding weights to the  Expertise Related Records Backends changes the order for the results: it will show the hits for each backend.


Email Template

Depending on your selection (Cast a role/Find a guru), the following information changes slightly.

  • Email subject: the subject line of the email to be sent
  • Email body: the body text to be sent in the email

Create an Expertise Search Page

  1. Enter a page name for your search page.
    1. Also create a landing page.

  2. Click Create page(s) and the file Templates.zip downloads.

  3. Unblock the downloaded file! Right-click the .zip file and check "Unblock."

  4. Click OK.

  5. Extract the downloaded archive and paste the extracted files into your SmartHub installation folder at the root level.