public class ContentPageQuery extends Object implements Query
Query.LogicalOperator, Query.Operator
Modifier and Type | Field and Description |
---|---|
protected Query |
_pageQuery
The page query.
|
Constructor and Description |
---|
ContentPageQuery(Query pageQuery)
Build a content page query.
|
Modifier and Type | Method and Description |
---|---|
String |
build()
Build the solr query string representing the Query object.
|
boolean |
equals(Object obj) |
int |
hashCode() |
protected Query _pageQuery
public ContentPageQuery(Query pageQuery)
pageQuery
- The query on the page.public String build() throws QuerySyntaxException
Query
build
in interface Query
QuerySyntaxException
- if the query can't be built because of a syntax error.