Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.6-dev
-
None
-
All
Description
This enhancement adds the ability to optimize the Search indexes manually. This change also adds a configuration parameter to specify whether to optimize the indexes after each add/remove.
o Added optional method to SearchService interface:
public boolean optimize() throws UnsupportedOperationException;
o Added boolean service configuration option:
services.Search.auto_optimize=false
There is also a logic change in the udpate() method. The add() will not proceed if the remove() did not succeed.