public interface DatasetEnhancer
Modifier and Type | Method and Description |
---|---|
boolean |
addMetadata(InvDataset dataset,
CrawlableDataset crDataset)
Add metadata to the given InvDataset possibly using information from the
corresponding CrawlableDataset.
|
java.lang.Object |
getConfigObject()
Return the configuration object.
|
boolean addMetadata(InvDataset dataset, CrawlableDataset crDataset)
dataset
- the InvDataset to enhance with additional metadata.crDataset
- the CrawlableDataset that corresponds with the given InvDataset, possibly used to gather information not available from the InvDataset.java.lang.Object getConfigObject()