/AWS1/CL_SRDBUCKET¶
A container for facet information.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_value TYPE /AWS1/SRDSTRING /AWS1/SRDSTRING¶
The facet value being counted.
iv_count TYPE /AWS1/SRDLONG /AWS1/SRDLONG¶
The number of hits that contain the facet value in the specified facet field.
Queryable Attributes¶
value¶
The facet value being counted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
count¶
The number of hits that contain the facet value in the specified facet field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BUCKETLIST¶
TYPES TT_BUCKETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SRDBUCKET WITH DEFAULT KEY
.