Keyoti SearchUnit API Docs
DiscoverLinkedURLs Method (crawlUriList, pathMatchesToBeIgnored, pathMatchesToBeIncluded)
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesWebSiteSpiderDiscoverLinkedURLs(ArrayList, ArrayList, ArrayList)
Keyoti SearchUnit v6
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 BasicVisual BasicVisual 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 
Parameters
crawlUriList (ArrayList)
List of string objects specifying Uris to be crawled.
pathMatchesToBeIgnored (ArrayList)
List of strings which specify path matches to be ignored, can be null.
pathMatchesToBeIncluded (ArrayList)
List of strings which specify path matches to be included, can be null.
Return Value
ArrayList
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