SearchResult

FieldTypeDescription

resultSpaceId

String

ID of the search result.

resultCount

Int

Total number of documents found.

nextStartIndex

Int

Index of the first item to retrieve in the next page.

When nextStartIndex == resultCount, there are no more results to retrieve.

searchResults

SearchResultItem[]

List of document identifiers for the documents matching the search criteria, ordered according to the sort criteria.

generalInformationTable

DocumentInformation[]

List of document information for all documents involved in the call.

This includes the documents that are returned by this method as well as any related documents, such as a context map or DRM product, library, release, and branch.

The document information is not listed in any particular order.

userInformationTable

UserInformation[]

List of user information required for all documents provided in the general information table.

referableContentInformations

ReferableContentInformation[]

List of all reusable elements for all the referable-content documents.

This information is only returned if returnDocumentFragment is set to "true" in SearchRequest

ditavalInformations

DitavalInformation[]

List of the ditaval-specific information for all ditaval documents.