arachnode.net

ArachnodeDAO.GetDiscovery Method

Gets a Discovery from the Discoveries table. If the Discovery isn't present, null is returned. This method is used by the Cache to determine if a Discovery has been encountered in a crawl run. If a Discovery hasn't been 'Discovered', then it is eligible to have a CrawlRequest created from it and to be crawled.

public DiscoveriesRow GetDiscovery(
   string absoluteUri
);

Parameters

absoluteUri
The absolute URI.

Return Value

See Also

ArachnodeDAO Class | Arachnode.DataAccess Namespace