Query results pagination attributes
Like many websites which implement large databases, Judici uses query results pagination to prevent strain on our servers from "broad" searches. So a Results set may indicate that there is more than one "page" of results, and web service users actually execute a separate SEARCHCASES call to get the subsequent pages. The Results element has some special attributes for this purpose:
hasMoreCases- if the value of this is "true", then there are more results to be obtained
count- represents the number of results in the current page
The pagination attributes indicate where a given page of results fits in in the "big picture"
The OFFSET parameter is used to request a specified page of search results in a subsequent SEARCHCASES call.