Keyoti SearchUnit API Docs
LemmaWeightFactor Property
API DocumentationKeyoti.SearchEngineConfigurationLemmaWeightFactor
Keyoti SearchUnit v6
Factor to adjust weight of lemma (word variations) matches.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public double LemmaWeightFactor { get; set; }
public double LemmaWeightFactor { get; set; }
Public Property LemmaWeightFactor As Double
	Get
	Set
Public Property LemmaWeightFactor As Double
	Get
	Set
public:
property double LemmaWeightFactor {
	double get ();
	void set (double value);
}
public:
property double LemmaWeightFactor {
	double get ();
	void set (double value);
}
member LemmaWeightFactor : float with get, set
member LemmaWeightFactor : float with get, set
Property Value
Remarks
Eg. if query = "table" then results with "table" will score higher than results with "tables".

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120