Keyoti SearchUnit API Docs
MaxDocumentSizeToIndex Property
API DocumentationKeyoti.SearchEngineConfigurationMaxDocumentSizeToIndex
Keyoti SearchUnit v6
Documents smaller than this number of kilobytes will be indexed, and documents larger than this will be skipped.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int MaxDocumentSizeToIndex { get; set; }
public int MaxDocumentSizeToIndex { get; set; }
Public Property MaxDocumentSizeToIndex As Integer
	Get
	Set
Public Property MaxDocumentSizeToIndex As Integer
	Get
	Set
public:
property int MaxDocumentSizeToIndex {
	int get ();
	void set (int value);
}
public:
property int MaxDocumentSizeToIndex {
	int get ();
	void set (int value);
}
member MaxDocumentSizeToIndex : int with get, set
member MaxDocumentSizeToIndex : int with get, set
Property Value

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