Skip to content

/AWS1/CL_WISHIGHLIGHT

Offset specification to describe highlighting of document excerpts for rendering search results and recommendations.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_beginoffsetinclusive TYPE /AWS1/WISHIGHLIGHTOFFSET /AWS1/WISHIGHLIGHTOFFSET

The offset for the start of the highlight.

iv_endoffsetexclusive TYPE /AWS1/WISHIGHLIGHTOFFSET /AWS1/WISHIGHLIGHTOFFSET

The offset for the end of the highlight.


Queryable Attributes

beginOffsetInclusive

The offset for the start of the highlight.

Accessible with the following methods

Method Description
GET_BEGINOFFSETINCLUSIVE() Getter for BEGINOFFSETINCLUSIVE

endOffsetExclusive

The offset for the end of the highlight.

Accessible with the following methods

Method Description
GET_ENDOFFSETEXCLUSIVE() Getter for ENDOFFSETEXCLUSIVE

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_HIGHLIGHTS

TYPES TT_HIGHLIGHTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_WISHIGHLIGHT WITH DEFAULT KEY
.