Keyoti Search for ASP.NET API Docs
LemmaWeightFactor Property
API DocumentationKeyoti.SearchEngineConfigurationLemmaWeightFactor
Keyoti Search for ASP.NET 2010
Factor to adjust weight of lemma (word variations) matches.
Declaration Syntax
C#Visual BasicVisual C++
public double LemmaWeightFactor { get; set; }
Public Property LemmaWeightFactor As Double
public:
property double LemmaWeightFactor {
	double get ();
	void set (double value);
}
Remarks
Eg. if query = "table" then results with "table" will score higher than results with "tables".

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