Adding a Word Table Entry for the Index

You must add an entry in the word table for the new index. This new entry in the word table records how many times the word exists in the index you are creating.

To add a word table entry for the index

In your SQL query tool, use the alter table command to create the entry in the word table:

alter table word add n_unique_identifier_namekws zero_int NULL

Typically, the unique identifier is the index table name. For example, enter this command:

alter table word add n_vtitleKWS zero_int NULL

 


© 1998-2017 Sirsi Corporation