com.clusterpoint.api.request
Class CPSListLastRequest
java.lang.Object
com.clusterpoint.api.CPSRequest
com.clusterpoint.api.request.CPSListLastRetrieveFirstRequest
com.clusterpoint.api.request.CPSListLastRequest
public class CPSListLastRequest extends CPSListLastRetrieveFirstRequest
The CPSListLastRequest class is a wrapper for the CPSListLastRetrieveFirstRequest class for list-last requests
See Also: CPSListLastRetrieveFirstResponse
Constructor Summary
CPSListLastRequest ()
Constructs an instance of the CPSListLastRequest class.
CPSListLastRequest (int offset,
int docs)
Constructs an instance of the CPSListLastRequest class.
CPSListLastRequest (int offset,
int docs,
java.util.Map<java.lang.String,java.lang.String> list)
Constructs an instance of the CPSListLastRequest class.
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
CPSListLastRequest
public CPSListLastRequest ()
throws java.lang.Exception
Constructs an instance of the CPSListLastRequest class.
Default parameters: offset = 0, docs = 10
Throws:
java.lang.Exception
CPSListLastRequest
public CPSListLastRequest (int offset,
int docs)
throws java.lang.Exception
Constructs an instance of the CPSListLastRequest class.
Parameters: offset - offset of result setdocs - max number of docs to return
Throws:
java.lang.Exception
CPSListLastRequest
public CPSListLastRequest (int offset,
int docs,
java.util.Map<java.lang.String,java.lang.String> list)
throws java.lang.Exception
Constructs an instance of the CPSListLastRequest class.
Parameters: offset - offset of result setdocs - max number of docs to returnlist - map where key is xpath and value contains listing options (yes, no, snippet or highlight)
Throws:
java.lang.Exception