Whether to index numbers.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public bool IndexNumbers { get; set; }
public bool IndexNumbers { get; set; }
Public Property IndexNumbers As Boolean Get Set
Public Property IndexNumbers As Boolean Get Set
public: property bool IndexNumbers { bool get (); void set (bool value); }
public: property bool IndexNumbers { bool get (); void set (bool value); }
member IndexNumbers : bool with get, set
member IndexNumbers : bool with get, set
Property 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.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120