/AWS1/CL_SRDSEARCHRESPONSE¶
The result of a Search request. Contains the documents that match the specified search criteria and any requested fields, highlights, and facet information.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_status TYPE REF TO /AWS1/CL_SRDSEARCHSTATUS /AWS1/CL_SRDSEARCHSTATUS¶
The status information returned for the search request.
io_hits TYPE REF TO /AWS1/CL_SRDHITS /AWS1/CL_SRDHITS¶
The documents that match the search criteria.
it_facets TYPE /AWS1/CL_SRDBUCKETINFO=>TT_FACETS TT_FACETS¶
The requested facet information.
it_stats TYPE /AWS1/CL_SRDFIELDSTATS=>TT_STATS TT_STATS¶
The requested field statistics information.
Queryable Attributes¶
status¶
The status information returned for the search request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |
hits¶
The documents that match the search criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HITS() |
Getter for HITS |
facets¶
The requested facet information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FACETS() |
Getter for FACETS, with configurable default |
ASK_FACETS() |
Getter for FACETS w/ exceptions if field has no value |
HAS_FACETS() |
Determine if FACETS has a value |
stats¶
The requested field statistics information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATS() |
Getter for STATS, with configurable default |
ASK_STATS() |
Getter for STATS w/ exceptions if field has no value |
HAS_STATS() |
Determine if STATS has a value |