Documents smaller than this number of kilobytes will be indexed, and documents larger than this will be skipped.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public int MaxDocumentSizeToIndex { get; set; }
Public Property MaxDocumentSizeToIndex As Integer
public: property int MaxDocumentSizeToIndex { int get (); void set (int value); }