public DefaultReindexMethod( String methodName, Compass compass, CompassGps compassGps, DefaultSearchableMethodFactory methodFactory, Map defaultOptions) { super(methodName, compass, compassGps, defaultOptions); unindexMethod = (AbstractSearchableMethod) methodFactory.getMethod("unindex"); unindexMethod.getDefaultOptions().putAll(getDefaultOptions()); }
public void setDefaultOptions(Map defaultOptions) { super.setDefaultOptions(defaultOptions); unindexMethod.getDefaultOptions().putAll(getDefaultOptions()); }