Keyoti SearchUnit API Docs
IndexedDocumentBufferSize Property
API DocumentationKeyoti.SearchEngineConfigurationIndexedDocumentBufferSize
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 int IndexedDocumentBufferSize { get; set; }
public int IndexedDocumentBufferSize { get; set; }
Public Property IndexedDocumentBufferSize As Integer
	Get
	Set
Public Property IndexedDocumentBufferSize As Integer
	Get
	Set
public:
property int IndexedDocumentBufferSize {
	int get ();
	void set (int value);
}
public:
property int IndexedDocumentBufferSize {
	int get ();
	void set (int value);
}
member IndexedDocumentBufferSize : int with get, set
member IndexedDocumentBufferSize : int with get, set
Property Value
Remarks
Default is 250.

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