@FunctionalInterface 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.
|
default String |
toString(int indent)
Gets a representation of this
Query , for pretty-printing for logging and debugging purposes |
String build() throws QuerySyntaxException
QuerySyntaxException
- if the query can't be built because of a syntax error.