Skip to content

/AWS1/CL_BDRCITATIONLOCATION

Specifies the precise location within a source document where cited content can be found. This can include character-level positions, page numbers, or document chunks depending on the document type and indexing method.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_web TYPE REF TO /AWS1/CL_BDRWEBLOCATION /AWS1/CL_BDRWEBLOCATION

The web URL that was cited for this reference.

io_documentchar TYPE REF TO /AWS1/CL_BDRDOCCHARLOCATION /AWS1/CL_BDRDOCCHARLOCATION

The character-level location within the document where the cited content is found.

io_documentpage TYPE REF TO /AWS1/CL_BDRDOCPAGELOCATION /AWS1/CL_BDRDOCPAGELOCATION

The page-level location within the document where the cited content is found.

io_documentchunk TYPE REF TO /AWS1/CL_BDRDOCCHUNKLOCATION /AWS1/CL_BDRDOCCHUNKLOCATION

The chunk-level location within the document where the cited content is found, typically used for documents that have been segmented into logical chunks.

io_searchresultlocation TYPE REF TO /AWS1/CL_BDRSEARCHRESULTLOC /AWS1/CL_BDRSEARCHRESULTLOC

The search result location where the cited content is found, including the search result index and block positions within the content array.


Queryable Attributes

web

The web URL that was cited for this reference.

Accessible with the following methods

Method Description
GET_WEB() Getter for WEB

documentChar

The character-level location within the document where the cited content is found.

Accessible with the following methods

Method Description
GET_DOCUMENTCHAR() Getter for DOCUMENTCHAR

documentPage

The page-level location within the document where the cited content is found.

Accessible with the following methods

Method Description
GET_DOCUMENTPAGE() Getter for DOCUMENTPAGE

documentChunk

The chunk-level location within the document where the cited content is found, typically used for documents that have been segmented into logical chunks.

Accessible with the following methods

Method Description
GET_DOCUMENTCHUNK() Getter for DOCUMENTCHUNK

searchResultLocation

The search result location where the cited content is found, including the search result index and block positions within the content array.

Accessible with the following methods

Method Description
GET_SEARCHRESULTLOCATION() Getter for SEARCHRESULTLOCATION