ISearchFieldExceptionIndexingBoost Property
|
Gets/sets the boost value of this field for search indexing.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax decimal IndexingBoost { get; set; }
Property IndexingBoost As Decimal
Get
Set
property Decimal IndexingBoost {
Decimal get ();
void set (Decimal value);
}
abstract IndexingBoost : decimal with get, set
Property Value
Type:
DecimalRemarks Boost value of a field is defaulted to 1. This makes this field as the same score or priority as any other fields. Higher or lower the value to increase or decrease the score.
Boost value is only effective when IncludeInSearchResults is true.
See Also