Add Keyword Index

Adding a keyword index to the load definition file in the Load Definition File editor consists of the following steps:

Step 1

The first step is to select the Keyword Index task in the INDEXES task bar along the left side of the load definition file editor to activate the KEYWORD INDEXES page if it isn't already activated. If the Keyword Index task is not enabled, be sure there is at least one string or text data field defined and has been mapped in the data parsing information of a data file section and/or the data parsing information of a document scanning section. To learn how to add a data field see the Add Data Field topic. To learn how to add data parsing information to a data file section see the Add Data Parsing Information topic. To learn how to add data parsing information to a documents scanning section see the Add Data Parsing Information topic.

Step 2

The second step is to select the Add Index task in the KEYWORD task bar along the right side of the KEYWORD INDEXES page:

The Edit Keyword Index dialog box will appear:

Step 3

The third step is to specify the Index Name for the keyword index being added:

The Index Name drop-down list contains a list of unique index names. Either select an index name from the list or enter your own name. Preceeding index names with an underscore ( _ ) is not required, but recommended because it allows for easy recognition when building logic templates and display templates. Proceeding the index name with an index type identifier also helps for this same reason.

The Index Name uniquely identifies each index.

Step 4

The fourth step is to enter the Resource ID for the keyword index being added:

A unique resource id for the index is automatically assigned when the Edit Keyword Index dialog box appears. If you would like to assign your own resource id for the index, change this value. Note: The resource ids that are automatically assigned are based on the maxtableid in the SocketSearch configuration file set to at least 1000. If the resource id that has been assigned exceeds this value, either change the resource id so it is less than the maxtableid or increase the maximum number of resources. If you would like to learn how to change the maxtableid in a SocketSearch configuration file, see the Editing a SocketSearch Configuration File topic of this documentation.

The Resource ID is used internally to uniquely identify the index.

Step 5

The fifth step is to define the Index Rules for the keyword index being added:

Click the (add) button to open the Add Keyword Index Rules dialog box. Select and index rule from the Index Rules list and click the (delete) button to remove and index rule from the list. Double-click on an index rule or select and index rule from the Index Rules list and click the (edit) button to open the Edit Keyword Index Rules dialog box.

The Keyword Index Rules allows you to specify the package and data field for which this index will be create over.

Use the Package drop-down list to select the package across which this index will be created over.

Use the Data Field drop-down list to select the string or text data field across which this index will be created over. The Data Field drop-down list will only contain string and text data fields defined in the data parsing information of the data file sections or the data parsing information of the document scanning sections defined in the package selected in the Package drop-down list.

Click the ellipse(...) button adjacent to the Processing edit box to open the Edit Processing dialog box. Use the Edit Processing dialog box to define conditional processing necessary for the index rule. Simply enter the conditional processing in the text area provided and click the OK button to add the conditional processing.

Use the Apply button of the Add Keyword Index Rule dialog box to add an index rule without closing the dialog box. Click the OK button to close the dialog box and add the index rule.

Step 6

The sixth step is to enter the Stemming File ID for the keyword index being added:

The Stemming File ID is the resource id of the translate table to be used if the data is to undergo stemming. If no translate table will be used with the index, simply specify 0 (zero) for this value.

Step 7

The seventh step is to enter the Proximity keyword index being added:

The Proximity value is used to control the storing of proximity information, information regarding where a word appears within the text block being indexed. Proximity information is used to support phrase matching and phrase approximation within the search engine. If no proximity is to be done, simply specify a 0 (zero) for this value.

Step 8

The eighth step is to select the state of the Relevancy flag for the keyword index being added:

Select OFF to turn the relevancy flag off and select ON to turn relevancy on.

Step 9

The ninth step is to enter the Weight for the keyword index being added:

The Weighting value is the weight to be applied to results returned using this index. A value of either 0 or 1 gives the index equal weight with all other indexes.

Step 10

The tenth step is to click the OK button to add the index to the keyword index list:

The keyword index is added to the list. Use the check-box to the left of each index to enable and disable the index. If the check-box is checked, the index is enabled and will be processed. If the check-box is unchecked, the index is disabled and will not be processed.


Editing the Indexes

Saving a File