Keyoti SearchUnit API Docs
Import Method (indexableSourceRecord, dataSource)
API DocumentationKeyoti.SearchEngine.IndexDocumentIndexImport(IndexableSourceRecord, IIndexableSource)
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 virtual ArrayList Import(
	IndexableSourceRecord indexableSourceRecord,
	IIndexableSource dataSource
)
Public Overridable Function Import ( 
	indexableSourceRecord As IndexableSourceRecord,
	dataSource As IIndexableSource
) As ArrayList
Parameters
indexableSourceRecord (IndexableSourceRecord)
The indexable source's record which provides connection information.
dataSource (IIndexableSource)
The instance of the source which will be used to import documents/records.
Return Value
ArrayList
Returns list of Uri objects newly imported
Remarks
Will persist indexableSourceRecord to the data-access layer, unless it is of type SourceType.PresetDataSetProvider.

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