The MakeIndexWordLink plugin will create entries in the table
DoTS.IndexWord. Assuming you have some text field as an attribute in a table, this plugin will help you to search the text field for each individual word. Let's say that I want to search the product field of the table
DoTS.GeneFeature. I can invoke the MakeIndexWordLink plugin with the following parameters:
ga GUS::Common::Plugin::MakeIndexWordLink --table 'DoTS::GeneFeature
' --attribute 'product'
But don't forget to register
the plugin
first. And do a commit
if you are happy with the results.




