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 |
|
Updated configurations
This section describes the configuration changes that you need to make because of the introduction of this Smart Ticket tuning toolkit.
Transliteration
In the content.cfg file, remove the Transliteration=false
line:
[LanguageTypes]
GenericTransliteration=TRUE
The removed line should only be defined in a specific language section if you do not want that language to use “transliteration”.
You can find a detailed description of this configuration in the following document:
<Smart Analytics install directory>/IDOL/help/IDOLServerReference#Configuration/LanguageTypes/Languages/Transliteration.htm
Stemming
In the content.cfg file, use the following configuration for stemming:
GenericStemming=true
GenericFullStemming=true
You can find a detailed description of this configuration in the following document:
<Smart Analytics install directory>/IDOL/help/IDOLServerReference#Configuration/LanguageTypes/Languages/Stemming.htm
Propername
The ProperNames configuration parameter controls whether terms are created from pairs of consecutive words in index fields.
In the content.cfg file, configure the following parameter:
ProperNames
You can find a detailed description of this configuration in the following document:
<Smart Analytics install directory>/IDOL/help/IDOLServerReference#Configuration/LanguageTypes/Languages/ProperNames.htm
Hyphenchars and AugmentSeparators
In the content.cfg file, you can configure how Smart Analytics should handle hyphens. Configure the following parameters:
HyphenChars
AugmentSeparators
You can find detailed descriptions of this configuration in the following documents:
- <Smart Analytics install directory>/IDOL/help/IDOLServerReference#Configuration/LanguageTypes/Languages/Hyphenchars.htm
- <Smart Analytics install directory>/IDOL/help/IDOLServerReference#Configuration/LanguageTypes/Languages/AugmentSeparators.htm
Number index
You can find a detailed description of this configuration in the following document:
<Smart Analytics install directory>/IDOL/help/IDOLServerReference#Configuration/LanguageTypes/Languages/IndexNumbers.htm