Keyoti Search for ASP.NET API Docs
InBodyCoefficient Property
API DocumentationKeyoti.SearchEngine.DocumentsDocumentInBodyCoefficient
Keyoti Search for ASP.NET 2010
Coefficient used for weighting words found in the document body.
Declaration Syntax
C#Visual BasicVisual C++
public int InBodyCoefficient { get; set; }
Public Property InBodyCoefficient As Integer
public:
property int InBodyCoefficient {
	int get ();
	void set (int value);
}
Remarks
Increasing this number makes documents with query words in the body 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: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609