Skip to content

/AWS1/CL_SRDHIT

Information about a document that matches the search request.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ID TYPE /AWS1/SRDSTRING /AWS1/SRDSTRING

The document ID of a document that matches the search request.

IT_FIELDS TYPE /AWS1/CL_SRDFIELDVALUE_W=>TT_FIELDS TT_FIELDS

The fields returned from a document that matches the search request.

IT_EXPRS TYPE /AWS1/CL_SRDEXPRS_W=>TT_EXPRS TT_EXPRS

The expressions returned from a document that matches the search request.

IT_HIGHLIGHTS TYPE /AWS1/CL_SRDHIGHLIGHTS_W=>TT_HIGHLIGHTS TT_HIGHLIGHTS

The highlights returned from a document that matches the search request.


Queryable Attributes

id

The document ID of a document that matches the search request.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

fields

The fields returned from a document that matches the search request.

Accessible with the following methods

Method Description
GET_FIELDS() Getter for FIELDS, with configurable default
ASK_FIELDS() Getter for FIELDS w/ exceptions if field has no value
HAS_FIELDS() Determine if FIELDS has a value

exprs

The expressions returned from a document that matches the search request.

Accessible with the following methods

Method Description
GET_EXPRS() Getter for EXPRS, with configurable default
ASK_EXPRS() Getter for EXPRS w/ exceptions if field has no value
HAS_EXPRS() Determine if EXPRS has a value

highlights

The highlights returned from a document that matches the search request.

Accessible with the following methods

Method Description
GET_HIGHLIGHTS() Getter for HIGHLIGHTS, with configurable default
ASK_HIGHLIGHTS() Getter for HIGHLIGHTS w/ exceptions if field has no value
HAS_HIGHLIGHTS() Determine if HIGHLIGHTS 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_HITLIST

TYPES TT_HITLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SRDHIT WITH DEFAULT KEY
.