Keyoti SearchUnit API Docs
InTitleCoefficient Property
API DocumentationKeyoti.SearchEngine.DocumentsDocumentInTitleCoefficient
Keyoti SearchUnit v6
Coefficient used for weighting words found in the document title.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int InTitleCoefficient { get; set; }
public int InTitleCoefficient { get; set; }
Public Property InTitleCoefficient As Integer
	Get
	Set
Public Property InTitleCoefficient As Integer
	Get
	Set
public:
property int InTitleCoefficient {
	int get ();
	void set (int value);
}
public:
property int InTitleCoefficient {
	int get ();
	void set (int value);
}
member InTitleCoefficient : int with get, set
member InTitleCoefficient : int with get, set
Property 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.

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