Record
framework-search-search-result-interface
No description available.
record framework-search-search-result-interface {
aggregations: framework-search-aggregation-interface,
items: list<framework-search-document-interface>,
search-criteria: framework-search-search-criteria-interface,
total-count: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| aggregations | framework-search-aggregation-interface | |
| items | list<framework-search-document-interface> | |
| search-criteria | framework-search-search-criteria-interface | |
| total-count | s32 |