Whether to index numbers.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool IndexNumbers { get; set; }
Public Property IndexNumbers As Boolean
public: property bool IndexNumbers { bool get (); void set (bool value); }
Remarks
Setting this true (default) means that number strings are indexed/searchable. Every unique number increases the lexicon size by one, therefore many unique numbers can decrease index performance - set to false if indexing files with lots of number strings.