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_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.


Queryable Attributes

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