Keyoti SearchUnit API Docs
QueueForIndexing Method (document, queueEmpty)
API DocumentationKeyoti.SearchEngine.IndexAsynchronousQueueQueueForIndexing(Document, EventHandler)
Keyoti SearchUnit v6
Adds the document to the queue for adding to the index - the document will be indexed asynchronously as soon as possible.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public static void QueueForIndexing(
	Document document,
	EventHandler queueEmpty
)
public static void QueueForIndexing(
	Document document,
	EventHandler queueEmpty
)
Public Shared Sub QueueForIndexing ( 
	document As Document,
	queueEmpty As EventHandler
)
Public Shared Sub QueueForIndexing ( 
	document As Document,
	queueEmpty As EventHandler
)
public:
static void QueueForIndexing(
	Document^ document, 
	EventHandler^ queueEmpty
)
public:
static void QueueForIndexing(
	Document^ document, 
	EventHandler^ queueEmpty
)
static member QueueForIndexing : 
        document : Document * 
        queueEmpty : EventHandler -> unit 
static member QueueForIndexing : 
        document : Document * 
        queueEmpty : EventHandler -> unit 
Parameters
document (Document)
The document.
queueEmpty (EventHandler)
Delegate called when the queue has been emptied, and the index directory unlocked.

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