TextSearchMetaDataDTO
DTO that holds meta information of a text search request.
Fields
Type
Name
Description
Optional
Default Value
maxRecordSize
The maximum amount of records returned within one result.
false
maxRecordSizeForLevel
The maximum amount of records that can be opened in a new level
false
pageOffset
The currently viewed page.
false
pageSize
The maximum amount of records on one page
false
searchId
The id of the search to identify it within the cache
true
searchQuery
The original query as entered by the user
true
totalRecordSize
The total amount of records found during search
false
Example
{
"maxRecordSize" : 100,
"maxRecordSizeForLevel" : 10,
"pageOffset" : 0,
"pageSize" : 10,
"searchId" : "823hcn987m2j98fhoijnl38",
"query" : "Miller",
"totalRecordSize" : 4
}