public class PageContentQuery extends Object implements Query
Query.LogicalOperator, Query.Operator| Modifier and Type | Field and Description |
|---|---|
protected Query |
_contentQuery
The content query.
|
| Constructor and Description |
|---|
PageContentQuery(Query contentQuery)
Build a content page query.
|
| Modifier and Type | Method and Description |
|---|---|
String |
build()
Build the solr query string representing the Query object.
|
protected Query _contentQuery
public PageContentQuery(Query contentQuery)
contentQuery - 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.