Hi there,
MetaTagger 4.1.1 (Upgrading from 3.6)
Solaris 9
We are in the process of upgrading to MetaTagger 4.1.1 from 3.6. I’m struggling with converting one of our taxonomies to the new version. We have a recognizer taxonomy called "Agencies" that I’ve successfully imported and deployed to MetaTagger 4.1.1.
However, two other fields need to use the "Agencies" taxonomy (Not sure what the correct term is, but "browse only" fields comes to mind). In MetaTagger 3.6, this was simple. For example, here’s a snippet from our old 3.6 metatagger.cfg:
DESCRIPTOR_LIST
Agencies
Agencies
Agencies_lookup
Agencies
DESCRIPTOR_LIST
Agencies
originatorLevel2
Agencies_lookup
DESCRIPTOR_LIST
Agencies
originatorLevel1
Agencies_lookup
Notice how this configuration allowed the two fields ("originatorLevel1" and "originatorLevel2") to use the Agencies_lookup database. This way, we only had to maintain one taxonomy.
With MetaTagger 4.1.1, it's unclear how to map out this same configuration without creating and maintaining a completely separate project for each of the three fields (which is highly undesirable).
Thanks in advance,