Constructor & Destructor Documentation
__construct |
( |
$ |
searchId = null , |
|
|
$ |
documentsFound = null , |
|
|
$ |
diagnosticList = null , |
|
|
$ |
isSavable = null , |
|
|
$ |
continueId = null , |
|
|
$ |
documentContainerList = null |
|
) |
| |
Constructs a searchResponse object
- Parameters:
-
string | $searchId | Contains a unique identifier that maintains all pertinent information from the original search. |
int | $documentsFound | Total number of documents that satisfied this search. |
WSKDiagnosticList | $diagnosticList | Encloses one or more diagnostic elements. |
boolean | $isSavable | If useCSP was set on the request, isSaveable will return with a true or false if the search can be saved via SaveSearch or ModifySavedSearch. |
string | $continueId | The continue Id will be returned if a "WithContinue" search type was used and the search was too general for normal processing. To contine the search, add the continueId on the exact same search request that was previously executed. |
WSKDocumentContainerList | $documentContainerList | Encloses zero or more documentContainer elements, each of which identifies a single document. |
Field Documentation
The documentation for this class was generated from the following file: