getDocContent

Description

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.

Syntax

public java.lang.String getDocContent();
public java.lang.String getDocContent(long docID);
	throws java.rmi.RemoteException,
	com.sybase.ep.search.PortalSearchServices.SearchException

Parameters

docID – document ID within the current result set

Return value

Document text.