public class BoostQueryNodeBuilder extends java.lang.Object implements StandardQueryBuilder
Query
object set on the
BoostQueryNode
child using
QueryTreeBuilder.QUERY_TREE_BUILDER_TAGID
and applies the boost value
defined in the BoostQueryNode
.Constructor and Description |
---|
BoostQueryNodeBuilder() |
Modifier and Type | Method and Description |
---|---|
Query |
build(QueryNode queryNode)
Builds some kind of object from a query tree.
|
public Query build(QueryNode queryNode) throws QueryNodeException
QueryBuilder
build
in interface QueryBuilder
build
in interface StandardQueryBuilder
queryNode
- the query tree root nodeQueryNodeException