Factor to adjust weight of lemma (word variations) matches.
Declaration Syntax
C# | Visual Basic | Visual 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".