Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
iwloadvocab issue
motlnt
I have a vocabulary in xml format.
I want to index it so as to get it accessed from Metatagger UI.
Just to test the command, i opened the browse-only vocabulary in MT Studio and exported the vocabulary and saved it as a XML file.
Is this XML the expected XML for this command?
I tried using iwloadvocab to build the indexes.
iwloadvocab -db product_catalog_manju_lookup -config myloadvocab.cfg -verbose product_catalog_manju.xml
But this command gives me the following error:
Segmentation Fault(coredump)
Can anyone please tell me why this error??
myloadvocab.cfg is as follows:
<config>
<caseSensitive>false</caseSensitive>
<numIndices>2</numIndices>
<index key="UID" type="id"/>
<index key="UID" type="whole"/>
<index key="label" type="rt_truncate" which="1"/>
<index key="label" type="whole"/>
</config>
I've attached the XML file also.
I am trying to create a index "product_catalog_manju_lookup " for the first time so it is not already available in metatagger.cfg
Find more posts tagged with
Comments
There are no comments yet