Click or drag to resize
TermBoost Method
Boosts the relevance level of the this Term when matches are found.

Namespace:  RiakClient.Models.Search
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public Term Boost(
	double boost
)

Parameters

boost
Type: SystemDouble
The amount to set this Term's boost value to.

Return Value

Type: Term
A boosted Term.
Remarks
The default boost value is 1.0.
See Also