Class ContentPageQuery

java.lang.Object
org.ametys.cms.search.query.SolrNativeJoinQuery
org.ametys.web.search.query.ContentPageQuery
All Implemented Interfaces:
Query

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.
  • Constructor Details

    • ContentPageQuery

      public ContentPageQuery(Query pageQuery)
      Build a content page query.
      Parameters:
      pageQuery - The query on the page.