/AWS1/CL_BDKFIELDFORRERANKING¶
Specifies a field to be used during the reranking process in a Knowledge Base vector search. This structure identifies metadata fields that should be considered when reordering search results to improve relevance.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_fieldname TYPE /AWS1/BDKSTRING /AWS1/BDKSTRING¶
The name of the metadata field to be used during the reranking process.
Queryable Attributes¶
fieldName¶
The name of the metadata field to be used during the reranking process.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDNAME() |
Getter for FIELDNAME, with configurable default |
ASK_FIELDNAME() |
Getter for FIELDNAME w/ exceptions if field has no value |
HAS_FIELDNAME() |
Determine if FIELDNAME 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_FIELDSFORRERANKING¶
TYPES TT_FIELDSFORRERANKING TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKFIELDFORRERANKING WITH DEFAULT KEY
.