public class MatchAllDocsQueryNodeBuilder extends Object implements StandardQueryBuilder
MatchAllDocsQuery
object from a
MatchAllDocsQueryNode
object.Constructor and Description |
---|
MatchAllDocsQueryNodeBuilder() |
Modifier and Type | Method and Description |
---|---|
MatchAllDocsQuery |
build(QueryNode queryNode)
Builds some kind of object from a query tree.
|
public MatchAllDocsQueryNodeBuilder()
public MatchAllDocsQuery build(QueryNode queryNode) throws QueryNodeException
QueryBuilder
build
in interface QueryBuilder
build
in interface StandardQueryBuilder
queryNode
- the query tree root nodeQueryNodeException