Skip to content

/AWS1/CL_WISRESULTDATA

Information about the result.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_resultid TYPE /AWS1/WISUUID /AWS1/WISUUID

The identifier of the result data.

io_document TYPE REF TO /AWS1/CL_WISDOCUMENT /AWS1/CL_WISDOCUMENT

The document.

Optional arguments:

iv_relevancescore TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The relevance score of the results.


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

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_WISRESULTDATA WITH DEFAULT KEY
.