Keyoti SearchUnit API Docs
Import Method (indexableSourceRecord)
API DocumentationKeyoti.SearchEngine.IndexDocumentIndexImport(IndexableSourceRecord)
Keyoti SearchUnit v6
Imports the documents from an indexable source into the document index and returns a collection of imported Uri objects.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public ArrayList Import(
	IndexableSourceRecord indexableSourceRecord
)
public ArrayList Import(
	IndexableSourceRecord indexableSourceRecord
)
Public Function Import ( 
	indexableSourceRecord As IndexableSourceRecord
) As ArrayList
Public Function Import ( 
	indexableSourceRecord As IndexableSourceRecord
) As ArrayList
public:
ArrayList^ Import(
	IndexableSourceRecord^ indexableSourceRecord
)
public:
ArrayList^ Import(
	IndexableSourceRecord^ indexableSourceRecord
)
member Import : 
        indexableSourceRecord : IndexableSourceRecord -> ArrayList 
member Import : 
        indexableSourceRecord : IndexableSourceRecord -> ArrayList 
Parameters
indexableSourceRecord (IndexableSourceRecord)
The indexable source's record which provides connection information and an ID.
Return Value
Remarks
The IIndexableSource object related to the IndexableSourceRecord is created automatically. To pass a custom instance, use the appropriate overload of this method.

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