Coefficient used for weighting words found in the document title.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public int InTitleCoefficient { get; set; }
Public Property InTitleCoefficient As Integer
public: property int InTitleCoefficient { int get (); void set (int value); }
Remarks
Increasing this number makes documents with query words in the title rank higher.
This number is only used during index building, after that it is not used, so this number
should be changed as part of a custom build program.