/AWS1/CL_BDZRERANKSOURCE¶
Contains information about a source for reranking.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/BDZRERANKSOURCETYPE /AWS1/BDZRERANKSOURCETYPE¶
The type of the source.
io_inlinedocumentsource TYPE REF TO /AWS1/CL_BDZRERANKDOCUMENT /AWS1/CL_BDZRERANKDOCUMENT¶
Contains an inline definition of a source for reranking.
Queryable Attributes¶
type¶
The type of the source.
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 |
inlineDocumentSource¶
Contains an inline definition of a source for reranking.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INLINEDOCUMENTSOURCE() |
Getter for INLINEDOCUMENTSOURCE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RERANKSOURCESLIST¶
TYPES TT_RERANKSOURCESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDZRERANKSOURCE WITH DEFAULT KEY
.