Controlling maximum number of pages per group
You might want to set a maximum number of pages for each group that is indexed. Content Manager OnDemand can use the value of the GROUPMAXPAGES indexer parameter to determine the number of pages in a group. For example, you need to index a report consisting of thousands of pages of detail. If your BREAK=YES criteria do not result in small enough groups of pages (or segments) of the report, you can use GROUPMAXPAGES=100, for example, to force Content Manager OnDemand to close the current group and begin a new group for any group that reaches 100 pages. In other words, if the GROUPMAXPAGES value is reached before the value of a group index changes, Content Manager OnDemand forces the creation of a new group. If you do not specify a value for the GROUPMAXPAGES parameter, Content Manager OnDemand does not terminate the current group and begin a new group until the value of one of the fields named by an INDEX with BREAK=YES changes.