XML Configuration Reference : Index : ContiguousDidAllocationPolicy
 
ContiguousDidAllocationPolicy
com.exalead.mercury.mami.deploy.v10.ContiguousDidAllocationPolicy
Base-class specifying how DIDs (Document IDs) are assigned to the documents.
Parent elements:
com.exalead.mercury.mami.deploy.v10.BuildGroupConfig (as BuildGroupConfig)
Attributes:
Name
Type
Default value
Description
increasing
boolean
True
Assign DIDs in an increasing order.
startingPoint
int
Start point of the allocation. By default, the first DID will have value '1'.
endingPoint
nullableint
End point of the allocation. By default, it will be Integer.MAX_VALUE if increasing or 1 if decreasing.