Keyoti SearchUnit API Docs
ReadDocumentInNewThread Property
API DocumentationKeyoti.SearchEngineConfigurationReadDocumentInNewThread
Keyoti SearchUnit v6
The number of documents to index to the memory buffer before writing to disk.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool ReadDocumentInNewThread { get; set; }
public bool ReadDocumentInNewThread { get; set; }
Public Property ReadDocumentInNewThread As Boolean
	Get
	Set
Public Property ReadDocumentInNewThread As Boolean
	Get
	Set
public:
property bool ReadDocumentInNewThread {
	bool get ();
	void set (bool value);
}
public:
property bool ReadDocumentInNewThread {
	bool get ();
	void set (bool value);
}
member ReadDocumentInNewThread : bool with get, set
member ReadDocumentInNewThread : bool with get, set
Property Value
Remarks
Default is true.

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