/AWS1/CL_BDRSEARCHRESULTLOC¶
Specifies a search result location within the content array, providing positioning information for cited content using search result index and block positions.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_searchresultindex TYPE /AWS1/BDRINTEGER /AWS1/BDRINTEGER¶
The index of the search result content block where the cited content is found.
iv_start TYPE /AWS1/BDRINTEGER /AWS1/BDRINTEGER¶
The starting position in the content array where the cited content begins.
iv_end TYPE /AWS1/BDRINTEGER /AWS1/BDRINTEGER¶
The ending position in the content array where the cited content ends.
Queryable Attributes¶
searchResultIndex¶
The index of the search result content block where the cited content is found.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEARCHRESULTINDEX() |
Getter for SEARCHRESULTINDEX, with configurable default |
ASK_SEARCHRESULTINDEX() |
Getter for SEARCHRESULTINDEX w/ exceptions if field has no v |
HAS_SEARCHRESULTINDEX() |
Determine if SEARCHRESULTINDEX has a value |
start¶
The starting position in the content array where the cited content begins.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_START() |
Getter for START, with configurable default |
ASK_START() |
Getter for START w/ exceptions if field has no value |
HAS_START() |
Determine if START has a value |
end¶
The ending position in the content array where the cited content ends.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_END() |
Getter for END, with configurable default |
ASK_END() |
Getter for END w/ exceptions if field has no value |
HAS_END() |
Determine if END has a value |