MaxDocumentCount
The maximum number of document sections that can be indexed into a server. When the limit is reached, IDOL Server returns the <FULL>
flag in the GetStatus action.
To prevent loss of data, engines that are marked as full continue to process index actions. The <FULL>
marker is a guide for the component that sends index actions to the server. For example, DIH does not send index actions to full engines when you configure it with the RespectChildFullness
parameter set to True
. For more details, refer to the DIH Administration Guide.
NOTE: For greater control of the stopping and starting of document indexing into a server, use a combination of MaxDocumentCountUpper and MaxDocumentCountLower.
Type: | Long |
Default: | |
Required: | No |
Configuration Section: | Server |
Example: | MaxDocumentCount=20000
|
See Also: | MaxDocumentCountLower
MaxDocumentCountUpper MaxIndexSizeKb |