Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
Managing Smart Search Knowledgebases
User Role: Administrator
You can add four types of Smart Search knowledgebases to Smart Analytics: an sclib knowledgebase, an fsyslib knowledgebase, a weblib knowledgebase, and an splib knowledgebase. An sclib knowledgebase is created from a table in Service Manager. For example, the out-of-the-box Incident_Library uses the probsummary table. A weblib knowledgebase is created by using web crawling to browse and index an external web site. The system creates an fsyslib knowledgebase when it crawls a file system. An splib knowledgebase is created to browse and index a SharePoint connector.
To add a new Smart Search knowledgebase, follow these steps:
-
From the System Navigator, click System Administration > Ongoing Maintenance > Smart Analytics > Smart Search.
The Smart Search Configuration page opens.
- From the Add Knowledgebase section, type a unique name for the new Smart Search knowledgebase in the Knowledgebase name field (required).
- Select the knowledgebase type from the Type field drop-down list.
- Click Add. The new IDOL knowledgebase record is added and a new knowledgebase maintenance page is displayed.
-
Configure the required knowledgebase information. The field availability varies for different knowledgebase types.
Field Description Display Name Types a display name for the IDOL knowledgebase. Refresh Interval Displays the current interval used to update the selected knowledgebase index. Each interval unit is 5 minutes (default). You may increase the interval, which slows down time between updates, by increasing this number. Setting this number to 0 (zero) disables updates to the index. To re-start indexing, reset the interval to a value greater than zero. Connector
Selects the specified connector from the configured connectors. This field is not required for an sclib type. Table Name (only for sclib) The table that will be indexed. A valid Service Manager table is required. Skip These Extensions (only for sclib) A semicolon-separated list of file extensions that should not be indexed or extracted. Certain file types either cannot be indexed, or provide no relevance. By providing these extensions, you can increase index performance.
Note Sample gif;jpg without any spaces.
Document ID Field (only for sclib) Every table in Service Manager has a unique ID field and this field identifies the field name of the ID field. The indexer uses this field to uniquely identify each document in the index. This is a required field for indexing a knowledgebase.
Index Attachments (only for sclib) If the table being indexed has attachments, select this check box to have the attachments indexed.
Table Query (only for sclib) Specifies a Service Manager style query to limit what records in the table are indexed. For example, a query to return only documents that are neither draft nor retired in the kmdocument table: status ~= "draft" and status ~="retired". A blank query indicates that all records will be indexed. Status Full Reindex: When clicked, the search engine performs a full re-index of a knowledgebase. If the index does not exist, it will be created. If it does exist, it will be deleted and re-created. A full re-index will remove all changes for this knowledgebase from the change cache since they will no longer be relevant.
Refresh Statistics When clicked, the search engine refreshes the statistics for this library. Filed Definitions (only for sclib) Field Name Specifies the field name in the Service Manager table to be included in the index. Alias Specifies the name that the field is to be indexed as. You can make use of the Alias field to have a single common field name for searching and for the hitlist. For example, you may wish to alias different fields from different tables as "Title" so that they can be searched by using Advanced Search. Fields can have more than one alias. Separate these fields with a semicolon. An alias can be the same name as the field name. If the alias name includes ".", the system converts the period to an underscore when indexed.
Type Indicates whether the field is a plain text string, a rich text string, or a date type. The indexer ignores HTML markup in rich text strings and indexes plain text strings completely.
Rich text: This value is for the legacy Solr search.
Reference: some entity has the reference relationship. It applies the reference field to display the information that is meaningful to the user.
Hitlist Defines what fields are available on the search hitlist. Fields marked as "true" in the hitlist column are available to be included on a search hitlist. The information for these field is displayed at the bottom of the search result. Index weight Defines the sequence of the search results which are displayed on the search hitlist. You can assign different index weight to adjust the display sequence. If the sort value of a field is assigned as level 4, the search results of this field is displayed at the top of the list. No index means that this field is not used for search.
Note HPE recommends you to tune this field according to your own business use cases.
Match By setting the field in this column to "true," the system indexes the field's content as an advanced search filter for Smart Search in this knowledgebase. The search engine searches this individual field with the Advanced Search filter. For example, if you set the Category field as true, this field is used as an advanced search filter. If you leave this value as empty, it applies the false value.
Sort Defines the sequence of the search results which are displayed on the search hitlist. If you set multiple fields as hitlist, you can decide the display sequence by assigning different sort values for these fields. If the sort value of a field is assigned as 1, the search results of this field is displayed at the top of the list.
Data cleasing Used to remove a field from the table before indexing.
Script Knowledgebase access script: This script specifies the script the system uses to determine if a particular user has rights to access the knowledgebase. See the default script for detailed information. Category index script: This script processes the document category so that the indexer can translate the document’s category into a string that the search engine can use later to find the document based on the user’s category access. Advanced Search script: This script is used to build and return a string of library-specific query values that were entered by the user under the tabs in the Advanced Search screen. Tailor this script when a knowledgebase has a tab in the Advanced Search screen and you wish to modify the fields available for Advanced Search. Default Locale Specifies the default language used by the search engine when searching and indexing. By default, the language code is English. - Click Save to save your modification.
Modify a current Smart Search knowledgebase
To modify a current Smart Search knowledgebase, follow these steps:
- Click System Administration > Ongoing Maintenance > Smart Analytics > Smart Search. The Smart Search Configuration page opens. The current knowledgebase list is displayed on the Smart Search Configuration page.
- Click a Smart Search knowledgebase to open the knowledgebase maintenance page.
-
Configure the required knowledgebase information. The field availability varies for different knowledgebase types.
-
Click Save to save your modifications.
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to ovdoc-ITSM@hp.com.
Help Topic ID:
Product:
Topic Title:
Feedback: