Hello all,
Does anyone know how to index replicant metadata in TeamSite search?
I've tried the following in FieldMapping.xml with no success.
<fieldSpecification>
<fieldName>TeamSite/Metadata/Keywords</fieldName>
<fieldType>string</fieldType>
<fieldStorage>zone:Keywords</fieldStorage>
</fieldSpecification>
<fieldSpecification>
<fieldName>TeamSite/Metadata/Keywords/Keyword</fieldName>
<fieldType>string</fieldType>
<fieldStorage>zone:Keyword</fieldStorage>
</fieldSpecification>
<fieldSpecification>
<fieldName>TeamSite/Metadata/Keywords[0-99]/Keyword</fieldName>
<fieldType>string</fieldType>
<fieldStorage>zone:KeywordsReplicant</fieldStorage>
</fieldSpecification>
This is attempting to index the following metadata defined in datacapture.cfg
<view name="Keywords">
<item name="Keywords">
<replicant min="0" default="0" max="10">
<item name="Keyword">
<description>Keyword
<database data-type="VARCHAR(100)" />
<text required="f" size="50" maxlength="100" />
</item>
</replicant>
</item>
</view>
Also, while on the subject of TeamSite search, I made this post years back and never really got an answer. Now everyone has had a couple of years to play with search, I wonder if anyone could shed some light.....
http://devnet.interwoven.com/forums_vb/showthread.php?t=14744&forumid=11&highlight=iwsrchqueryMany Thanks!