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#Visual Basic
public ArrayList Import(
	IndexableSourceRecord indexableSourceRecord
)
Public Function Import ( 
	indexableSourceRecord As IndexableSourceRecord
) As ArrayList
Parameters
indexableSourceRecord (IndexableSourceRecord)
The indexable source's record which provides connection information and an ID.
Return Value
ArrayList
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: 2022.8.22.610