3.1.4.55 SearchDatabaseCleanup

This operation is used to enable or disable the search database clean up step during service startup. Clean up step SHOULD include operations for optimization of the search database such as deleting unused data, and so on. The complete list of these operations is up to the protocol server implementation.

 <wsdl:operation name="SearchDatabaseCleanup">
         <wsdl:input message="SearchDatabaseCleanupSoapIn"/>
         <wsdl:output message="SearchDatabaseCleanupSoapOut"/>
 </wsdl:operation>

The protocol client sends a SearchDatabaseCleanupSoapIn request message and the protocol server responds with a SearchDatabaseCleanupSoapOut response message, as follows:

  • The protocol server MUST enable or disable search database clean up according to the value of the enable element of the request message.

  • On error, the protocol server MUST throw a SOAP fault message.