Keyoti SearchUnit API Docs
WebsiteBasedIndexableSourceRecord Class
API DocumentationKeyoti.SearchEngine.DataAccess.IndexableSourceRecordsWebsiteBasedIndexableSourceRecord
Keyoti SearchUnit v6
Website source specific subclass for indexable source records.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class WebsiteBasedIndexableSourceRecord : IndexableSourceRecord
public class WebsiteBasedIndexableSourceRecord : IndexableSourceRecord
Public Class WebsiteBasedIndexableSourceRecord
	Inherits IndexableSourceRecord
Public Class WebsiteBasedIndexableSourceRecord
	Inherits IndexableSourceRecord
public ref class WebsiteBasedIndexableSourceRecord : public IndexableSourceRecord
public ref class WebsiteBasedIndexableSourceRecord : public IndexableSourceRecord
type WebsiteBasedIndexableSourceRecord =  
    class
        inherit IndexableSourceRecord
    end
type WebsiteBasedIndexableSourceRecord =  
    class
        inherit IndexableSourceRecord
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
WebsiteBasedIndexableSourceRecord(String)
Creates a new instance and assigns SourceType

WebsiteBasedIndexableSourceRecord(String, String)
Creates a new instance and assigns SourceType

WebsiteBasedIndexableSourceRecord(String, ArrayList, ArrayList)
Creates a new instance and assigns SourceType

CopyFrom(IndexableSourceRecord)
Sets the values of this record to those of 'record'.
(Inherited from IndexableSourceRecord.)
DelimitList(ArrayList, Char)
Delimits an ArrayList of strings
(Inherited from IndexableSourceRecord.)
Equals(Object)
Whether 2 source records are equal
(Inherited from IndexableSourceRecord.)
ExtensionData
Any extra data that subclasses need to store.
(Inherited from IndexableSourceRecord.)
Finalize()()()() (Inherited from Object.)
GetExtensionData()()()()
Gets the extension data in the form of a hastable, key=friendly property name, value=property
(Overrides IndexableSourceRecord.GetExtensionData()()()().)
GetHashCode()()()()
The hashcode for this record
(Inherited from IndexableSourceRecord.)
GetPathMatchesToBeIgnored()()()()
List of strings which specify path matches to be ignored, see remarks.

GetPathMatchesToBeIncluded()()()()
List of strings which specify path matches to be exclusively included, see remarks.

GetType()()()() (Inherited from Object.)
GetWebsiteStartUrl()()()()
Gets the import parameter.

ID
The ID of the resource
(Inherited from IndexableSourceRecord.)
Location
The location of the resource
(Inherited from IndexableSourceRecord.)
MemberwiseClone()()()() (Inherited from Object.)
Query
A query used on the source, if there is one.
(Inherited from IndexableSourceRecord.)
ResultURL
The result URL format string, which converts a record ID to a result.
(Inherited from IndexableSourceRecord.)
SetExtensionData(Hashtable)
Sets the extension data in the form of a hastable, key=friendly property name, value=property
(Overrides IndexableSourceRecord.SetExtensionData(Hashtable).)
SetImportParameters(String, ArrayList, ArrayList)
Sets the data required to perform an import.

SourceType
The type of source this record represents
(Inherited from IndexableSourceRecord.)
ToString()()()()
Returns the record as a string
(Inherited from IndexableSourceRecord.)
UniqueColumn
The unique column in the data returned if there is one.
(Inherited from IndexableSourceRecord.)
Remarks
Provides specific helper methods for data retreival and setting.
Inheritance Hierarchy
Object
IndexableSourceRecord
 WebsiteBasedIndexableSourceRecord

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