Using the new parser for metadata indexing

You must configure each metadata field that requires the new parser. To do this:

  1. Using a text editor, open the Metadata.xml configuration file located in <installLocation>\OmniQ\config\.

  2. Locate the appropriate fields and change the parser attribute to the value of the new parser identifier. For example:

    <Field name="userid" displayName="User ID" type="INT" parser="intUserId_8" indexable="true" />
    

    If it is a new metadata field and does not exist in this file, add it.

NoteBecause Sybase Search is a distributed system, it is important to perform metadata changes for the container instance that loads the Metadata Manager.