Skip to content

/AWS1/CL_IOSGETSEARCHRSLTSRSP

Output of the GetSearchResults operation.

CONSTRUCTOR

IMPORTING

Required arguments:

it_searchresults TYPE /AWS1/CL_IOSSEARCHRESULT=>TT_SEARCHRESULTLIST TT_SEARCHRESULTLIST

A page of search results, ordered by descending relevance score.

Optional arguments:

iv_nexttoken TYPE /AWS1/IOSNEXTTOKEN /AWS1/IOSNEXTTOKEN

The pagination token to use in a subsequent GetSearchResults call to retrieve the next page. Absent when there are no more results.


Queryable Attributes

searchResults

A page of search results, ordered by descending relevance score.

Accessible with the following methods

Method Description
GET_SEARCHRESULTS() Getter for SEARCHRESULTS, with configurable default
ASK_SEARCHRESULTS() Getter for SEARCHRESULTS w/ exceptions if field has no value
HAS_SEARCHRESULTS() Determine if SEARCHRESULTS has a value

nextToken

The pagination token to use in a subsequent GetSearchResults call to retrieve the next page. Absent when there are no more results.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value