TextSearchMetaDataDTO

DTO that holds meta information of a text search request.

Fields

Type
Name
Description
Optional
Default Value
Integer  
maxRecordSize
The maximum amount of records returned within one result.
false
 
Integer  
maxRecordSizeForLevel
The maximum amount of records that can be opened in a new level
false
 
Integer  
pageOffset
The currently viewed page.
false
 
Integer  
pageSize
The maximum amount of records on one page
false
 
String  
searchId
The id of the search to identify it within the cache
true
 
String  
searchQuery
The original query as entered by the user
true
 
Integer  
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
}