Anyone has used this functionnality? What I want to do is export infos from an Oracle DB to index in LL. I succeeded in getting some info in but the Metadata doesn'T seem to be interpreted well.
Here is a sample file:
<xml>
<ID>Msg-1</ID>
<Operation>AddOrReplace</Operation>
<Content>Bonjour le monde</Content>
<Metadata>
<OTName>Mon message</OTName>
</Metadata>
</xml>
Content is added and indexed as supposed except for OTName. When doing a search, the name of the document is Msg-1.
Also, how can I modify the ViewUrl/Click-Action to point to a defined URL?
Thank you!
Here is a sample file:
<xml>
<ID>Msg-1</ID>
<Operation>AddOrReplace</Operation>
<Content>Bonjour le monde</Content>
<Metadata>
<OTName>Mon message</OTName>
</Metadata>
</xml>
Content is added and indexed as supposed except for OTName. When doing a search, the name of the document is Msg-1.
Also, how can I modify the ViewUrl/Click-Action to point to a defined URL?
Thank you!