Setting the merge policy with the Configuration Web Service
You can programmatically set the merge policy for the data store
by updating the Global Configuration Record.
To set the merge policy in the Global Configuration
Record:
In a tool such as SOAP UI, access the Configuration Web Service on
the Oracle Endeca Server for the data store:
http://localhost:port/ws/config/datastore?wsdl
Use the
putGlobalConfigRecord function to set the value of
the
mdex-config_MergePolicy attribute in the Global
Configuration Record, as in this example that changes the merge policy to
aggressive (note that all attributes must be put,
but the example omits most of them for the sake of clarity):