Differences

This shows you the differences between two versions of the page.

Link to this comparison view

admin:indexing:powersearch:custom [2011/01/24 18:44]
els
admin:indexing:powersearch:custom [2016/06/28 22:38]
Line 1: Line 1:
-~~NOTOC~~ 
  
-{{page>:​top_add&​nofooter&​noeditbtn}} 
- 
-====== Administration:​ Omnidex Indexing ====== 
- 
-===== PowerSearch ===== 
- 
-[[admin:​indexing:​powersearch:​home|Overview]] | 
-[[admin:​indexing:​powersearch:​example|Example]] | 
-[[admin:​indexing:​powersearch:​sql|SQL]] | 
-[[admin:​indexing:​powersearch:​optimization|Optimization]] | 
-**[[admin:​indexing:​powersearch:​custom|Customization]]** | 
-[[admin:​indexing:​powersearch:​tips|Tips]] 
- 
----- 
- 
-==== Creating Custom Synonym Lists ==== 
- 
-Synonym lists are an important tool for PowerSearch. ​ Synonym lists allow your search terms to be automatically expanded to make your search more flexibility. ​ The examples on the previous pages used many synonym lists, such as Given Names, Postal Abbreviations,​ City Names and Area Codes. ​ Omnidex provides a base set of synonym lists as part of the product, but it is also possible to create your own synonym lists. 
- 
-Before creating your own synonym lists, be sure to check the [[appendix:​synonyms|synonym lists]] that are provided with Omnidex. ​ The list you need may have already been created, or there may be a similar list that you can use as a starting point. ​ If you do create your own synonym list, consider whether it would benefit the broader Omnidex community. ​ If you would like to submit a synonym list for inclusion in the product, simply send it to [[appendix:​contactus|Technical Support]] with a note saying that you are contributing it to the product. 
- 
-=== Creating a Synonym List === 
- 
-Creating a new synonym list is straightforward. ​ It is simply a tab-delimited file with four columns. ​ It can be created using a text editor such as '​Notepad'​ on Windows or '​vi'​ on UNIX.  It can also be created in a spreadsheet program such as Microsoft Excel, which allows a file to be saved as a Tab-Delimited File. 
- 
-The record layout of the synonym table consists of four columns: 
- 
-  ^ Column Name        ^ Datatype ​      ^ Description ​                                       ^ 
-  | $LIST              | CHARACTER(32) ​ | The name of the list, repeated for each row in the list.  This name will be referenced in the $CONTAINS clause using the syntax, SYNONYMS=list | 
-  | $WORD              | C STRING(127) ​ | The word or phrase for which synonyms are being created. ​ Phrases should be enclosed in double quotes. | 
-  | $REPLACEMENT ​      | C STRING(4094) | The replacement string to be used as a synonym list.  Normally, this is a comma-delimited list of synonyms; however, it can also use values from the [[dev:​sql:​qualify:​home|Omnidex Qualification Syntax]]| 
-  |$COMMENTS ​          | C STRING(255) ​ | Optional comments that are only recorded in the synonym file for the benefit of the author. | 
- 
- 
- 
- 
-=====  ===== 
- 
-**[[admin:​indexing:​powersearch:​optimization|Prev]]** | 
-**[[admin:​indexing:​powersearch:​tips|Next]]** 
- 
-====== Additional Resources ====== 
- 
-See also:  
- 
-{{page>:​admin:​indexing:​see_also&​nofooter&​noeditbtn}} 
- 
-{{page>:​bottom_add&​nofooter&​noeditbtn}} 
 
Back to top
admin/indexing/powersearch/custom.txt ยท Last modified: 2016/06/28 22:38 (external edit)