Keyoti Search for ASP.NET API Docs
IndexNumbers Property
API DocumentationKeyoti.SearchEngineConfigurationIndexNumbers
Keyoti Search for ASP.NET 2010
Whether to index numbers.
Declaration Syntax
C#Visual BasicVisual 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.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609