public interface Query
| Modifier and Type | Interface and Description |
|---|---|
static class |
Query.LogicalOperator
Enumeration of available logical operators in
Query |
static class |
Query.Operator
Enumeration of available operators in
Query |
| Modifier and Type | Method and Description |
|---|---|
String |
build()
Build the solr query string representing the Query object.
|
String build() throws QuerySyntaxException
QuerySyntaxException - if the query can't be built because of a syntax error.