Retrieves the contents of the current document (when used without parameters) or the contents of a document within the current result set identified by ID. The option to store content must be selected when the document is indexed; otherwise, there is no content to return.
public java.lang.String getDocContent();
public java.lang.String getDocContent(long docID); throws java.rmi.RemoteException, com.sybase.ep.search.PortalSearchServices.SearchException
docID – document ID within the current result set
Document text.