Keyoti SearchUnit API Docs
GetPathMatchesToBeIgnored Method
API DocumentationKeyoti.SearchEngine.DataAccess.IndexableSourceRecordsWebsiteBasedIndexableSourceRecordGetPathMatchesToBeIgnored()()()()
Keyoti SearchUnit v6
List of strings which specify path matches to be ignored, see remarks.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public ArrayList GetPathMatchesToBeIgnored()
public ArrayList GetPathMatchesToBeIgnored()
Public Function GetPathMatchesToBeIgnored As ArrayList
Public Function GetPathMatchesToBeIgnored As ArrayList
public:
ArrayList^ GetPathMatchesToBeIgnored()
public:
ArrayList^ GetPathMatchesToBeIgnored()
member GetPathMatchesToBeIgnored : unit -> ArrayList 
member GetPathMatchesToBeIgnored : unit -> ArrayList 
Return Value
Remarks
If a string in this list matches the URL about to be crawled, the URL will be ignored. Eg. if this list contains "/dir1/" then the URL "http://localhost/dir1/file.aspx" will not be crawled.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120