ISearchFieldExceptionIndexingBoost Property
|
Gets/sets the boost value of this field for search indexing.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxdecimal 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
Decimal
RemarksBoost 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