Class BoostQueryNode
A BoostQueryNode boosts the QueryNode tree which is under this node. So, it must only and always have one child.
The boost value may vary from 0.0 to 1.0.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.QueryParser.dll
Syntax
[Serializable]
public class BoostQueryNode : QueryNode, IQueryNode
Constructors
Name | Description |
---|---|
BoostQueryNode(IQueryNode, Single) | Constructs a boost node |
Properties
Name | Description |
---|---|
Child | Gets the single child which this node boosts. |
Value | Gets the boost value. It may vary from 0.0 to 1.0. |
Methods
Name | Description |
---|---|
CloneTree() | |
ToQueryString(IEscapeQuerySyntax) | |
ToString() |