Click or drag to resize

ISearchBoost Interface


Interface that represents a boost value configured in InSite search.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public interface ISearchBoost : ISearchExclusion, 
	ISearchItemWithPubTargets

The ISearchBoost type exposes the following members.

Properties
  NameDescription
Public propertyBoostValue
Gets/sets the boost value for a particular field.
Public propertyFieldName
Gets/sets field name to exclude from search.
(Inherited from ISearchExclusion.)
Public propertyPublishingTargetIDs
Gets/sets the list of publishing target Ids.
(Inherited from ISearchItemWithPubTargets.)
Top
See Also