Imports the documents from an indexable source into the document index
and returns a collection of imported Uri objects
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public virtual ArrayList Import( IndexableSourceRecord indexableSourceRecord, IIndexableSource dataSource )
public virtual ArrayList Import( IndexableSourceRecord indexableSourceRecord, IIndexableSource dataSource )
Public Overridable Function Import ( indexableSourceRecord As IndexableSourceRecord, dataSource As IIndexableSource ) As ArrayList
Public Overridable Function Import ( indexableSourceRecord As IndexableSourceRecord, dataSource As IIndexableSource ) As ArrayList
public: virtual ArrayList^ Import( IndexableSourceRecord^ indexableSourceRecord, IIndexableSource^ dataSource )
public: virtual ArrayList^ Import( IndexableSourceRecord^ indexableSourceRecord, IIndexableSource^ dataSource )
abstract Import : indexableSourceRecord : IndexableSourceRecord * dataSource : IIndexableSource -> ArrayList override Import : indexableSourceRecord : IndexableSourceRecord * dataSource : IIndexableSource -> ArrayList
abstract Import : indexableSourceRecord : IndexableSourceRecord * dataSource : IIndexableSource -> ArrayList override Import : indexableSourceRecord : IndexableSourceRecord * dataSource : IIndexableSource -> 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
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: 2015.6.15.120