I need to understand $$ViewBody and how it will be used?
I am doing a Domino Domain Indexer. I have configured to search on Multiple Notes database and Flat Files. From Catalog.nsf, Search View, I am able to search on a search query and get hits from both Notes Databases and Flat files. I am see those results in Lotus Notes Client. Now I am trying to do the same in Java Code.
I am able to get all fields from Search Results pages except the Body field. Body field is the mail field which contains search results. when I try to retrieve contents from that field it comes as huge data. (All in text format). When I opened catalog database in designer, I see there is a RichText Field called Body and underneath that there is a another richtext field which is called “$$ViewBody”.
For Body field the value is “Body”
For $$ViewBody field the value is “$$ViewBody”
In the Lotus Notes client, the search results come in proper format with all URL Links, etc. When I try to retrieve the body from Java code, it comes as one big string. something similar to this paste.
================================================
06/02/2000 Does the error message appear after retyping the directory server
name?
Results: Yes, the error message appears No, the error message does not appear
Return to Knowledge Base Index Knowledge-Pak Desktop Suite ™ Copyright (c)
1994-1999 by ServiceWare Inc. Subject to the terms set forth in the end-user
license … (Anonymous)
06/02/2000 Error: Warning: The signature file specified is not a
valid…disabled.
Error: Warning: The signature file specified is not a valid... 1) In the
‘Outlook Express’ error message dialog box, click ‘OK’. 6) Do one of the
following: a) Select a valid text or HTML file: 1] Select the ‘File’ radio
button. (Anonymous)
================================================
Your help is greatly appreciated.
Thanks,
Ram