Home
TeamSite
TeamSite, LiveSite and OpenDeploy
TeamSite Search on Metadata Replicant
System
I am trying to configure the TeamSite Search engine to index the metadata on my DCRs. The metadata uses the metadatacapture6.0.dtd as the new version does not allow for multi-file tagging.
datacapture.cfg info is
<item name="Offers">
<label>Offers</label>
<replicant default="1" min="1" max="10">
<container name="offername">
<label>Offer Name</label>
<item name="offername">
<label>Offer Name</label>
<description>The Offer Name</description>
<readonly>
<cgi-callout
label="Select Offer Name"
url="/iw-bin/mdc_select_offer.cgi"
window-features="width=515,height=500,scrollbars=yes"/>
</readonly>
</item>
<item name="offertype">
<label>Offer Type</label>
<description>Offer Type</description>
<readonly required="t">
<cgi-callout
label="Select Offer Type"
url="/iw-bin/mdc_offer_type.cgi"
window-features="width=500,height=300"/>
</readonly>
</item>
</container>
</replicant>
</item>
The configuration lines I am using in the FieldMapping.xml file is:
<fieldName>TeamSite/Metadata/Offers/offer/offername</fieldName>
<fieldName>TeamSite/Metadata/Offers/offer/offertype</fieldName>
and I have tried the following:
<fieldName>TeamSite/Metadata/Offers/0/offer/offername</fieldName>
<fieldName>TeamSite/Metadata/Offers/0/offer/offertype</fieldName>
and it didn't work either. And yes, these lines are in separate fieldSpecification elements.
The Documentation is hopelessly inadequate so any examples would be greatly appreciated.
Find more posts tagged with
Comments
There are no comments yet