Constructor BoostQueryNode
BoostQueryNode(IQueryNode, Single)
Constructs a boost node
Declaration
public BoostQueryNode(IQueryNode query, float value)
Parameters
Type | Name | Description |
---|---|---|
IQueryNode | query | the query to be boosted |
System.Single | value | the boost value, it may vary from 0.0 to 1.0 |