Crawls all URLs in urlList, and returns list of all newly found
URLs (whether they are known to the document index or not, and not including urls in urlList)
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public ArrayList DiscoverLinkedURLs( ArrayList crawlUriList, ArrayList pathMatchesToBeIgnored, ArrayList pathMatchesToBeIncluded )
public ArrayList DiscoverLinkedURLs( ArrayList crawlUriList, ArrayList pathMatchesToBeIgnored, ArrayList pathMatchesToBeIncluded )
Public Function DiscoverLinkedURLs ( crawlUriList As ArrayList, pathMatchesToBeIgnored As ArrayList, pathMatchesToBeIncluded As ArrayList ) As ArrayList
Public Function DiscoverLinkedURLs ( crawlUriList As ArrayList, pathMatchesToBeIgnored As ArrayList, pathMatchesToBeIncluded As ArrayList ) As ArrayList
public: ArrayList^ DiscoverLinkedURLs( ArrayList^ crawlUriList, ArrayList^ pathMatchesToBeIgnored, ArrayList^ pathMatchesToBeIncluded )
public: ArrayList^ DiscoverLinkedURLs( ArrayList^ crawlUriList, ArrayList^ pathMatchesToBeIgnored, ArrayList^ pathMatchesToBeIncluded )
member DiscoverLinkedURLs : crawlUriList : ArrayList * pathMatchesToBeIgnored : ArrayList * pathMatchesToBeIncluded : ArrayList -> ArrayList
member DiscoverLinkedURLs : crawlUriList : ArrayList * pathMatchesToBeIgnored : ArrayList * pathMatchesToBeIncluded : ArrayList -> ArrayList
Return Value
ArrayList
ArrayList of string objects with new URLs found through crawling
ArrayList of string objects with new URLs found through crawling
Remarks
Unlike Crawl, this method doesn't add new URLs to the 'database'.
Crawl uses this method, overriding this method will affect Crawl.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120