ObjectRecordsCollection

The ObjectRecordCollection domain object is used to transport collections of Object Records in and out of the API. The ObjectRecordCollection domain object is represented as a flat structure with a collection of ObjectRecord domain objects. Here is a list of the fields on the ObjectRecordCollection domain object:

Name Data Type Value Required Description
totalObjects Integer 64-bit signed two’s complement NO The total number of Object Records returned in the search result
maxSearchScore Float single-precision 32-bit IEEE 754 floating point NO The maximum relevance ranking of any Object Record returned in the search results. This is a metric calculated by SOLR based on how accurate a search result is compared to the search query string.
objectRecords Array of ObjectRecord domain objects NO A collection of ObjectRecord domain objects