Package org.ametys.web.search.query
Class ContentPageQuery
- java.lang.Object
-
- org.ametys.cms.search.query.SolrNativeJoinQuery
-
- org.ametys.web.search.query.ContentPageQuery
-
- All Implemented Interfaces:
Query
public class ContentPageQuery extends SolrNativeJoinQuery
Query on the properties of the pages referencing the contents. For instance, use this when searching contents which are located in a page tagged X in the Y section.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ametys.cms.search.query.Query
Query.LogicalOperator, Query.Operator
-
-
Field Summary
-
Fields inherited from class org.ametys.cms.search.query.SolrNativeJoinQuery
_fromField, _subQuery, _toField
-
-
Constructor Summary
Constructors Constructor Description ContentPageQuery(Query pageQuery)
Build a content page query.
-
-
-
Constructor Detail
-
ContentPageQuery
public ContentPageQuery(Query pageQuery)
Build a content page query.- Parameters:
pageQuery
- The query on the page.
-
-