QueryBuilder
, StandardQueryBuilder
public class MatchAllDocsQueryNodeBuilder extends Object implements StandardQueryBuilder
MatchAllDocsQuery
object from a
MatchAllDocsQueryNode
object.Constructor | Description |
---|---|
MatchAllDocsQueryNodeBuilder() |
Modifier and Type | Method | Description |
---|---|---|
org.apache.lucene.search.MatchAllDocsQuery |
build(QueryNode queryNode) |
Builds some kind of object from a query tree.
|
public org.apache.lucene.search.MatchAllDocsQuery build(QueryNode queryNode) throws QueryNodeException
QueryBuilder
build
in interface QueryBuilder
build
in interface StandardQueryBuilder
queryNode
- the query tree root nodeQueryNodeException
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.