/AWS1/CL_QQCRESULTDATA¶
Information about the result.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resultid TYPE /AWS1/QQCUUID /AWS1/QQCUUID¶
The identifier of the result data.
Optional arguments:¶
io_document TYPE REF TO /AWS1/CL_QQCDOCUMENT /AWS1/CL_QQCDOCUMENT¶
The document.
iv_relevancescore TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The relevance score of the results.
io_data TYPE REF TO /AWS1/CL_QQCDATASUMMARY /AWS1/CL_QQCDATASUMMARY¶
Summary of the recommended content.
iv_type TYPE /AWS1/QQCQUERYRESULTTYPE /AWS1/QQCQUERYRESULTTYPE¶
The type of the query result.
Queryable Attributes¶
resultId¶
The identifier of the result data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTID() |
Getter for RESULTID, with configurable default |
ASK_RESULTID() |
Getter for RESULTID w/ exceptions if field has no value |
HAS_RESULTID() |
Determine if RESULTID has a value |
document¶
The document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENT() |
Getter for DOCUMENT |
relevanceScore¶
The relevance score of the results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELEVANCESCORE() |
Getter for RELEVANCESCORE |
ASK_RELEVANCESCORE() |
Getter for RELEVANCESCORE w/ exceptions if field has no valu |
STR_RELEVANCESCORE() |
String format for RELEVANCESCORE |
data¶
Summary of the recommended content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATA() |
Getter for DATA |
type¶
The type of the query result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_QUERYRESULTSLIST¶
TYPES TT_QUERYRESULTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QQCRESULTDATA WITH DEFAULT KEY
.