Keyoti SearchUnit API Docs
Import Method (isRecursive, targetMatches, noRecurseMatches, loginURL, record)
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesFileSysDocumentStoreImport(Boolean, ArrayList, ArrayList, String, IndexableSourceRecord)
Keyoti SearchUnit v6
Finds new files belonging to specified categories from under root (subdirectories optional) to the document list
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual ArrayList Import(
	bool isRecursive,
	ArrayList targetMatches,
	ArrayList noRecurseMatches,
	string loginURL,
	IndexableSourceRecord record
)
public virtual ArrayList Import(
	bool isRecursive,
	ArrayList targetMatches,
	ArrayList noRecurseMatches,
	string loginURL,
	IndexableSourceRecord record
)
Public Overridable Function Import ( 
	isRecursive As Boolean,
	targetMatches As ArrayList,
	noRecurseMatches As ArrayList,
	loginURL As String,
	record As IndexableSourceRecord
) As ArrayList
Public Overridable Function Import ( 
	isRecursive As Boolean,
	targetMatches As ArrayList,
	noRecurseMatches As ArrayList,
	loginURL As String,
	record As IndexableSourceRecord
) As ArrayList
public:
virtual ArrayList^ Import(
	bool isRecursive, 
	ArrayList^ targetMatches, 
	ArrayList^ noRecurseMatches, 
	String^ loginURL, 
	IndexableSourceRecord^ record
)
public:
virtual ArrayList^ Import(
	bool isRecursive, 
	ArrayList^ targetMatches, 
	ArrayList^ noRecurseMatches, 
	String^ loginURL, 
	IndexableSourceRecord^ record
)
abstract Import : 
        isRecursive : bool * 
        targetMatches : ArrayList * 
        noRecurseMatches : ArrayList * 
        loginURL : string * 
        record : IndexableSourceRecord -> ArrayList 
override Import : 
        isRecursive : bool * 
        targetMatches : ArrayList * 
        noRecurseMatches : ArrayList * 
        loginURL : string * 
        record : IndexableSourceRecord -> ArrayList 
abstract Import : 
        isRecursive : bool * 
        targetMatches : ArrayList * 
        noRecurseMatches : ArrayList * 
        loginURL : string * 
        record : IndexableSourceRecord -> ArrayList 
override Import : 
        isRecursive : bool * 
        targetMatches : ArrayList * 
        noRecurseMatches : ArrayList * 
        loginURL : string * 
        record : IndexableSourceRecord -> ArrayList 
Parameters
isRecursive (Boolean)
Subdirectories will be recursively browsed too
targetMatches (ArrayList)
Pattern specification for including files
noRecurseMatches (ArrayList)
Pattern specification for ignoring files
loginURL (String)
The URL to login with before indexing.
record (IndexableSourceRecord)
The IndexableSourceRecord that the documents shall be assigned to - can be null.
Return Value
ArrayList
Collection of strings of imported Urls

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