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#Visual Basic
public static void QueueForIndexing(
	Document document,
	EventHandler queueEmpty
)
Public Shared Sub QueueForIndexing ( 
	document As Document,
	queueEmpty As EventHandler
)
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: 2022.8.22.610