public class MatchAllQuery extends Object implements Query
Query.LogicalOperator, Query.Operator| Constructor and Description |
|---|
MatchAllQuery() |
| Modifier and Type | Method and Description |
|---|---|
String |
build()
Build the solr query string representing the Query object.
|
public MatchAllQuery()
public String build() throws QuerySyntaxException
Querybuild in interface QueryQuerySyntaxException - if the query can't be built because of a syntax error.