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. 
 | 
protected Query _pageQuery
public ContentPageQuery(Query pageQuery)
pageQuery - The query on the page.public String build() throws QuerySyntaxException
Querybuild in interface QueryQuerySyntaxException - if the query can't be built because of a syntax error.