Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The purpose of this issue is to expand upon the existing ConfigStore API to add methods for removing and renaming keys in the ConfigStore.
API
Currently there is no mechanism for performing these operations within venom, however, the logic to implement them should be fairly simple. Two new methods should be added to the ConfigStore interface:
The purpose of this issue is to expand upon the existing
ConfigStoreAPI to add methods for removing and renaming keys in theConfigStore.API
Currently there is no mechanism for performing these operations within venom, however, the logic to implement them should be fairly simple. Two new methods should be added to the
ConfigStoreinterface: