210211212213214215216
} public void removeWebsiteIndex(WebsiteData website) throws RollerException { scheduleIndexOperation( new RemoveWebsiteIndexOperation(this, website)); }
179180181182183184185
new RebuildWebsiteIndexOperation(this, website)); } public void removeWebsiteIndex(WebsiteData website) throws RollerException { scheduleIndexOperation( new RemoveWebsiteIndexOperation(this, website)); }