Keyoti SearchUnit API Docs
GetIndexableSourceRecord Method (sourceType, location, query)
API DocumentationKeyoti.SearchEngine.IndexDocumentIndexGetIndexableSourceRecord(SourceType, String, String)
Keyoti SearchUnit v6
Gets an IndexableSourceRecord from the index that matches the type, location and query.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public IndexableSourceRecord GetIndexableSourceRecord(
	SourceType sourceType,
	string location,
	string query
)
public IndexableSourceRecord GetIndexableSourceRecord(
	SourceType sourceType,
	string location,
	string query
)
Public Function GetIndexableSourceRecord ( 
	sourceType As SourceType,
	location As String,
	query As String
) As IndexableSourceRecord
Public Function GetIndexableSourceRecord ( 
	sourceType As SourceType,
	location As String,
	query As String
) As IndexableSourceRecord
public:
IndexableSourceRecord^ GetIndexableSourceRecord(
	SourceType sourceType, 
	String^ location, 
	String^ query
)
public:
IndexableSourceRecord^ GetIndexableSourceRecord(
	SourceType sourceType, 
	String^ location, 
	String^ query
)
member GetIndexableSourceRecord : 
        sourceType : SourceType * 
        location : string * 
        query : string -> IndexableSourceRecord 
member GetIndexableSourceRecord : 
        sourceType : SourceType * 
        location : string * 
        query : string -> IndexableSourceRecord 
Parameters
sourceType (SourceType)
The type of the source, eg. website
location (String)
The location specified when the source was imported
query (String)
May be null for certain import types (eg. website) - the query specified during import (eg. the SQL statement)
Return Value
IndexableSourceRecord
The record or null if none found that matched.

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