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 |
|
- IR Expert
- What is Knowledge Engineering?
- Standard record lists and IR Expert
- Database Dictionary and IR Expert
- IR query features
- Using IR Expert to create a query
- Searching the central Knowledge Base
- Promoting or discarding a solution candidate
- IR Expert tasks
- Special considerations for using IR Expert
- How IR Expert evaluates documents for relevance
- IR Expert scirexpert file
- Creating an IR file
- Updates to IR files
- IR keys and non-IR keys
- Find Solution
- Customizing IR Expert
- Chinese, Japanese, and Korean language analyzer
- IR Expert file descriptions
IR Expert file descriptions
The following table summarizes information about the IR Expert files.
Description | Purpose | Naming Convention |
---|---|---|
stop words | Required user file maintained by Service Manager administrator. Contains words that have little or no value to the information retrieval process. For example, prepositions are stop words. You can add or delete stop words as necessary. Changes take effect when you restart Service Manager and regenerate the indexes. | [ir_languagefiles_path]language.stp where ir_languagefiles_path and language correspond to start-up parameters. |
stem dictionary | Required system file for languages other than English and German. Contains word stems from which derivative words are formed, allowing IR Expert to match closely related words. Maintained exclusively by IR Expert. | [ir_languagefiles_path]language.stm where ir_languagefiles_path and language correspond to start-up parameters. |
suffix dictionary | Required system file for languages other than English and German. Contains suffix templates used in stemming. Maintained exclusively by IR Expert. | [ir_languagefiles_path]language.suf where ir_languagefiles_path and language correspond to start-up parameters. |
normals dictionary | Required if the language employs special keyboard characters.
You can add or delete Normalization characters as necessary.
Changes take effect when you restart Service Manager and regenerate the indexes.
The excerpt below shows a typical normalization file.
The first two characters of each line become substitutions for the following character or comma-separated characters (in decimal notation). ae 132,142 oe 148,153 ss 225 ue 129,154 |
[ir_languagefiles_path]language.nor where ir_languagefiles_path and language correspond to start-up parameters. |
Related topics
IR Expert
How IR Expert evaluates documents for relevance
Normals dictionary
Stem dictionary
Stemming example
Stop word file
Suffix file
Creating an IR file
Access IR Expert
Edit queries for Find Solution
Implement IR searches
Load data files with IR Expert keys
Start IR Asynchronous mode